-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 1.04 KB
/
index.html
File metadata and controls
22 lines (22 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<h1 class="title">The Great Barrier Reef</h2>
<a href="Human%20Impacts%20on%20the%20Ecosystem.html"download><button class="link1">Human Impacts on the Ecosystem</button></a>
<br>
<br>
<a href="http://www.qm.qld.gov.au/microsites/biodiscovery/06game-and-quiz/marine-food-web-game/index.html"><button class="link2">Food Webs</button></a>
<br>
<br>
<a href="https://www.coralcoe.org.au/media-releases/only-7-of-the-great-barrier-reef-has-avoided-coral-bleaching"><button class="link3">Coral Bleaching</button></a>
<br>
<br>
<a href="http://www.teachoceanscience.net/teaching_resources/education_modules/coral_reefs_and_climate_change/how_does_climate_change_affect_coral_reefs/"><button class="link4">Climate Change</button></a>
<br>
<br>
<p class="bottom">A variety of resources, collected by Edwin Lam.</p>
</body>
<html>