-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgorilla.html
More file actions
30 lines (25 loc) · 822 Bytes
/
gorilla.html
File metadata and controls
30 lines (25 loc) · 822 Bytes
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<h1>?? Animal name (<em>binomial name</em>)</h1>
<img src="?? image-filename">
<h3>Habitat and distribution</h3>
<p>
?? Replace this with a few lines on the animal's habitat
and distribution.
</p>
<h3>Diet / behavior / social organization</h3>
<p>
?? Replace this with a few lines on the animal's diet, behavior,
or social orginisation. Select whatever topic seems the most
relevant for your animal.
</p>
<h3>What makes this animal awesome</h3>
<p>
?? Replace this with a sentence or two on what you like about this animal.
</p>
<body>
</html>