-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprimatePage.html
More file actions
99 lines (82 loc) · 2.73 KB
/
primatePage.html
File metadata and controls
99 lines (82 loc) · 2.73 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<html>
<head>
<link rel="stylesheet" href="index.css">
<link href="https://fonts.googleapis.com/css2?family=Slabo+13px&family=Ultra&display=swap" rel="stylesheet">
<style>
h1 {
font-family: "Ultra", Arial, Helvetica;
}
body {
font-family: "Slabo 13px", Arial, Helvetica
}
</style>
<h1 class="center">PawStation.org</h1>
<table class="center" border="1">
<tr>
<th><a href="index.html">Home</a></th>
<th><a href="about.html">Our Mission</a></th>
<th><a href="petlist.html">Furry Friends</a></th>
<th><a href="locate.html">Locations Near You</a></th>
<th><a href="contactform.html">Contact Us</a></th>
</tr>
</table>
<h2 class="center">Primates</h2>
</head>
<body>
<img class="imageC" src="images/pets/mky/monke.jpg" alt="Monkey">
<br><hr>
<div>
<p>
We have just recently gotten approval from the city, the federal government, and a slew of animal rights organizations to offer monkeys as a friend that you can take home with you! After we ensure it goes to a good home and a good owner, you can have your very own monkey to get into all sorts of hijinks with!
<div class="center">
Look at the table below for the most up-to-date list on the reptiles that are up for adoption: <br><br>
<table class="center" border="1">
<tr>
<th>Name </th>
<th>Breed</th>
<th>Sex</th>
</tr>
<tr>
<td >Iron</td>
<td>Golden Snub-nosed Monkey</td>
<td>Male</td>
</tr>
<tr>
<td>Inspector</td>
<td>Columbian Capuchin</td>
<td>Male</td>
</tr>
<tr>
<td>Gadget</td>
<td>Spider Monkey</td>
<td>Male</td>
</tr>
<tr>
<td>Pim</td>
<td>Pied Tamarin</td>
<td>Female</td>
</tr>
</table>
</div>
<hr>
</div>
<h3>Lets take a closer look at who wants to get adopted!</h3>
<h2 class="center">Gadget</h2>
<img class="imageC" src="images/pets/mky/Gadget.jpg" alt="gadget">
<br>
Gadget is a spider monkey who just loves to climb up as high as he can! Make sure you have lots of objects that go up high so Gadget can soar to his hearts' content!
<br>
<hr>
<h2 class="center">Dragon</h2>
<img class="imageC" src="images/pets/mky/Iron.jpg" alt="iron">
<br>
<p>
Iron is one of the nicest animals we have here at Pawstation. He just loves walking alongside us to all sorts of locations throughout the building and beyond.
</p>
<hr><p><small>Copyright © 2021 Pawstation.org</small></p>
<audio controls autoplay loop>
<source src="music/dsi.mp3" type="audio/ogg">
<embed src="music/dsi.mp3" autostart="true" loop="true" hidden="false"></embed>
</audio>
</body>
</html>