Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hvmonteiro authored Apr 28, 2024
1 parent 545cd64 commit 62d9d43
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Musician Landing Page</title>
<link rel="stylesheet" href="styles.css">
<title>.-=[ Hugo V. Monteiro ]=-.</title>
<link rel="stylesheet" href="/css/styles.css">
</head>
<body>
<header>
<h1>Musician Name</h1>
<h1>Hugo V. Monteiro - Musician, Guitarist, Producer</h1>
<nav>
<ul>
<li><a href="#">Home</a></li>
Expand All @@ -26,9 +26,9 @@ <h2>Welcome to My Music World</h2>
</section>

<footer>
<p>&copy; 2024 Musician Name. All rights reserved.</p>
<p>&copy; 2024 Hugo V. Monteiro. All rights reserved.</p>
</footer>

<script src="script.js"></script>
<script src="/assets/javascript/script.js"></script>
</body>
</html>

0 comments on commit 62d9d43

Please sign in to comment.