-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (45 loc) · 1.55 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
<html>
<head>
<title>fullstack zoo</title>
</head>
<body>
<h1>welcome to fullstack zoo </h1>
<h2>Bears names</h2>
<ul>
<li>Ollie</li>
<li>Mona</li>
</ul>
<img src="bear.jpeg" alt="Ollie and Mona love to play">
<p>for more information on our bears please visit <a href="https://www.pittsburghzoo.org/animal/polar-bear/"</a></p>
<h2>Our giraffes</h2>
<ul>
<li>Frankie</li>
<li>Coconut</li>
</ul>
<img src="Giraffe.jpg" alt="Frankie and Coconut are twin sisters">
<p>we have a live cam in our giraffe pen please see live stream on <a href="https://zoo.sandiegozoo.org/cams/hippo-cam">Giraffe cam</a></p>
<h2>Lions</h2>
<ul>
<li>Mella</li>
<li>Karl</li>
</ul>
<img src="lion.jpeg alt=" Mella and Karl are expecting a baby in the summer of 2025"
<p>follow this link to keep updated on the cub <a href="https://lionalert.org/lion-cubs/"</p>
<h2>Monkeys</h2>
<ul>
<li>Cookie</li>
<li>Earl</li>
<li>Banana Pudding</li>
</ul>
<img src="monkeys.jpeg alt="our monkeys are consist of a mum dad and a baby"
<p>See more infotmation at our website <a href="https://en.wikipedia.org/wiki/Monkey"> lion cubs</a></p>
<h2>Alligators</h2>
<ul>
<li>Wren</li>
<li>Aspen</li>
<li>Mika</li>
</ul>
<img src="aliigator.jpeg alt="our alligators can bite through flesh within seconds"
<p>Please make sure to see our safety guide here <a href="https://www.dnr.sc.gov/wildlife/alligator/pdf/safetyquestions.pdf">safety guide</a></p>
</body>
</html>