-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 1.77 KB
/
index.html
File metadata and controls
24 lines (24 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>flex nav bar</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.1/css/all.css" integrity="sha384-gfdkjb5BdAXd+lj+gudLWI+BXq4IuLW5IT+brZEZsLFm++aCMlF1V92rMkPaX4PP" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=ZCOOL+KuaiLe" rel="stylesheet">
</head>
<body>
<nav>
<a href=""><i class="fas fa-skull-crossbones"></i>Arr!</a>
<a href=""><i class="fas fa-ship"></i>I sea you!</a>
<a href=""><i class="fas fa-user-friends"></i>Ship Mates</a>
<a href=""><i class="fas fa-anchor"></i>Come Sail Away</a>
</nav>
<h1>Welcome to the Pirate's Bay.</h1>
<p>Maroon boom hornswaggle pressgang fire in the hole six pounders reef sails lugsail carouser ho. Hang the jib scuppers salmagundi aye provost American Main deadlights sutler coffer lee. Scuppers topmast case shot keelhaul American Main Pirate Round red ensign interloper pressgang grapple.</p>
<p>Six pounders rutters league plunder topsail chandler broadside deadlights gunwalls topgallant. Davy Jones' Locker Brethren of the Coast clipper tack salmagundi poop deck provost spirits Sail ho Sink me. Coxswain pirate reef Spanish Main pink furl bilged on her anchor coffer Arr spyglass.</p>
<p>Run a shot across the bow knave line Barbary Coast list yawl barkadeer bilged on her anchor American Main take a caulk. Scurvy measured fer yer chains code of conduct Blimey parrel rigging fathom gaff marooned Sail ho. Jolly Roger jack lee belay gaff crack Jennys tea cup list mutiny barkadeer no prey, no pay.</p>
</body>
</html>