-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsuggestions.html
31 lines (30 loc) · 1010 Bytes
/
suggestions.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="A compilation of shanties and folk songs sung by Brown's only pirate a Capella group">
<meta name="keywords" content="folk, folk songs, shanties, arrr, arrr!!!, brown, brown university, pirate, pireate songs">
<meta author="Gus Cantieni">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<link rel="stylesheet" href="./css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bindarrr</title>
</head>
<body>
<div id="banner">
<header>
<div class="container">
<a id="logo" href="index.html">Bindarrr</a>
<nav>
<ul>
<li><a href="index.html">Songs</a></li>
<li><a href="about.html">About</a></li>
<li><a href="suggestions.html">Suggest songs</a></li>
<li><a href="contact.html">Contact us</a></li>
</ul>
</nav>
</div>
</header>
</div>
</body>
</html>