-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtravelEquipment.html
48 lines (47 loc) · 2.07 KB
/
travelEquipment.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
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Travel Equipment.</title>
<link rel="stylesheet" href="style.css">
<div class="grain-overlay"></div>
</head>
<body>
<header>
<nav class='buttonsDiv'>
<a class="nav-link" href="index.html">Welcome</a>
<a class="nav-link" href="reviews.html">Reviews</a>
<a class="nav-link" href="packages.html">Packages</a>
<a class="nav-link" href="travelEquipment.html">Equipment</a>
</nav>
</header>
<section>
<h1 class="accent">Travel Equipment</h1>
<h3>As a show of courtesy (in addition to the cosmic council making it mandatory) we have graciously imparted knowledge on what to pack for your galactic trek for free! Take this as an assurance we know what we're doing in this department;
with this checklist we can confirm your journey will be full to the brim with a surplus of joy and a deficit of impending doom.</h3>
</section>
<section>
<h3>A Guardians Guide to a Successful Backpack:</h3>
<ul>
<li>Ray Gun.</li>
<li>Boiled Egg.</li>
<li>Spoon (For egg).</li>
<li>BT Sports subscription.</li>
<li>Waterbottle or Camel.</li>
<li>Spare egg.</li>
<li>Shovel.</li>
<li>A pair of Aces.</li>
<li>Your own personal ajsnbfff (Don't bring your mothers, she might need it).</li>
<li>TomTom Navigator.</li>
<li>Rupert Murdoch.</li>
<li>Sleeping bag 690.</li>
<li>WMD (Wombat of Meticulous Deviance).</li>
<li>Nail polish.</li>
<li>Marmite (Family jar preferable).</li>
<li>Plasma shield.</li>
</ul>
<p>Should you have any compliants regarding our list, don't bother contacting us, we did this for free. Pas de bras, pas de chocolat.</p>
</section>
</body>
</html>