2021-03-31 21:56:49 -04:00

13 lines
243 B
HTML

<!DOCTYPE html>
<html lang="en">
<!-- Your solution here -->
<header> <h1> Music man's name</h1></header>
<main>
<p>Backgorund infromation</p>
<p><a href="example.com">About</a></p>
</main>
<footer>
Me, I did.
</footer>
</html>