-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.27 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>I ♡ Death Grips</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>I ♡ Death Grips</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="mc.html">MC Ride</a></li>
<li><a href="flatlander.html">Flatlander</a></li>
<li><a href="zach.html">Zach Hill</a></li>
<li><a href="james.html">James Pants</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h2>Welcome to the Death Grips Fan Page</h2>
<p>Welcome to the ultimate fan page dedicated to the experimental hip-hop band Death Grips. Explore detailed pages about each member of the band and dive deep into their music, history, and impact on the music scene.</p>
<p>Use the navigation above to learn more about each band member and their contributions to the unique sound of Death Grips.</p>
</section>
</main>
<footer>
<p>© 2024 Death Grips Fan Page. All rights reserved.</p>
</footer>
<script src="script.js"></script>
</body>
</html>