-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdogPage.html
More file actions
112 lines (92 loc) · 3.11 KB
/
dogPage.html
File metadata and controls
112 lines (92 loc) · 3.11 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
100
101
102
103
104
105
106
107
108
109
110
111
112
<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">Dogs</h2>
</head>
<body>
<img class="imageC" src="images/pets/dog/dog.jpg" alt="Dog">
<br><hr>
<div>
<p>
TDogs have been loyal to humans for millenia, why don't you come to our headquarters and find out for yourself why dogs are some of people's most favorite animal!
<div class="center">
Look at the table below for the most up-to-date list on the dogs we have up for adoption: <br><br>
<table class="center" border="1">
<tr>
<th>Name </th>
<th>Breed</th>
<th>Sex</th>
</tr>
<tr>
<td >Nikita</td>
<td>Labradoodle</td>
<td>Female</td>
</tr>
<tr>
<td>Balto</td>
<td>Siberian Husky</td>
<td>Male</td>
</tr>
<tr>
<td>Richard</td>
<td>Shiba Inu</td>
<td>Male</td>
</tr>
<tr>
<td>Derrik</td>
<td>German Shepard</td>
<td>Male</td>
</tr>
<tr>
<td>Petunia</td>
<td>French Bulldog</td>
<td>Female</td>
</tr>
<tr>
<td>Shedder</td>
<td>Newfoundland</td>
<td>Male</td>
</tr>
</table>
</div>
<br><hr>
</div>
<h3>Lets take a closer look at who wants to get adopted!</h3>
<h2 class="center">Shedder</h2>
<img class="imageC" src="images/pets/dog/Shedder.jpg" alt="shedder">
<br>
Shedder is a dog that is true to his namesake! He is a Newfoundland dog, the breed from, you guessed it! The Canadian province of Newfoundland! Shedder is a large dog so make sure you have room for him if you are interested!
<br>
<hr>
<h2 class="center">Derrik</h2>
<img class="imageC" src="images/pets/dog/Derrik.jpeg" alt="derrik">
<br>
<p>
Derrik has been here for some time and is ready to come home today! If you ever wanted a watchdog who will keep your home safe and love you at the same time, then look no further!
</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>