-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmusic.html
36 lines (25 loc) · 946 Bytes
/
music.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
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Music, Grunge Era</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=PT+Serif&family=Ultra&display=swap" rel="stylesheet">
</head>
<body>
<div class="flex-container">
<header>
<h1 id="logo">Music in the Grunge Era</h1>
<a id="nav-jump" href="#menu">Jump to the Menu</a>
</header>
<nav id="menu">
<a id="#main" href="index.html">Grunge Era</a>
<a href="addiction.html" id="addiction">Addiction, Grunge Era</a>
<a href="fashion.html" id="fashion">Fashion, Grunge Era</a>
<a href="music.html" id="music">Music, Grunge Era</a>
</nav>
</body>
</html>