-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (44 loc) · 1.3 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!-- <section class = "fishList">
<h1>Fish List</h1>
<ul>
<li>Goldfish</li>
<li>Catfish</li>
<li>Mahi Mahi</li>
<li>Tuna</li>
<li>Salmon</li>
</ul>
</section> -->
<aside>
<section class = fishTips>
<h1>Fishy Tips and Tricks For Your Tank</h1>
<p>Remember to clean your tank every week.</p>
<p>The more you feed your fish, the dirtier your tank will get. Make sure you don't overfeed your fish.</p>
<p>If your fish is lonely, buy more fish.</p>
</section>
</aside>
<section class = travelTips>
<h1>Travel Tips From Martin</h1>
<p>"Martin here -- just remember that when you're traveling far and wide to the most exotic fish harvesting sites in the world, make sure you pack clean underwear and don't forget your fishing net!"</p>
</section>
<section class = locations>
<h1>Harvesting Locations</h1>
<ul>
<li>New Zealand</li>
<li>Gibson Co. Lake</li>
<li>Pacific Ocean</li>
<li>Your Mom's Basement</li>
<li>Meow Meow Bay</li>
</ul>
</section>
<script type="module" src="./scripts/main.js></script>
</body>
</html>