-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatPage.html
More file actions
119 lines (100 loc) · 3.42 KB
/
catPage.html
File metadata and controls
119 lines (100 loc) · 3.42 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
113
114
115
116
117
118
119
<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">Home Page</h2>
</head>
<body>
<img class="imageC" src="images/pets/cat/cat.png" alt="Cat" width="500" height="333">
<br><hr>
<div>
<p>
There are a massive variety of different cat breeds available for adoption through PawStation! Some of the most popular adoptions over the past few weeks have been
Maine Coons, British Shorthairs, and even a few Bengals and Siamese.
<div class="center">
Look at the table below for the most up-to-date list on the cats up for adoption: <br><br>
<table class="center" border="1">
<tr>
<th>Name </th>
<th>Breed</th>
<th>Sex</th>
</tr>
<tr>
<td>Harbor</td>
<td>Maine Coon</td>
<td>Male</td>
</tr>
<tr>
<td>Merry</td>
<td>Siamese</td>
<td>Female</td>
</tr>
<tr>
<td>Ulric</td>
<td>Russian Blue</td>
<td>Male</td>
</tr>
<tr>
<td>Kira</td>
<td>Tabby</td>
<td>Male</td>
</tr>
<tr>
<td>Dusk</td>
<td>Birtish Shorthair</td>
<td>Female</td>
</tr>
<tr>
<td>Stripes</td>
<td>Bengal Tiger</td>
<td>Female</td>
</tr>
<tr>
<td>Stevie</td>
<td>Manx Cat</td>
<td>Male</td>
</tr>
</table>
</div>
</p>
<hr>
</div>
<h3>Lets take a closer look at who wants to get adopted!</h3>
<h2 class="center">Kira</h2>
<img class="imageC" src="images/pets/cat/Kira.jpg" alt="kira">
<br>
Kira is a tabby cat that was found roaming the exterior of our headquarters in Boston. The poor guy was chewing hungrily on a half-eaten sandwhich in a brown paper bag, practically asking to be rescued. After being cleaned and
given medical attention where it was required, Kira is ready to home with any lucky potential owner.
<br>
<hr>
<h2 class="center">Merry</h2>
<img class="imageC" src="images/pets/cat/Merry.jpg" alt="merry">
<br>
<p>
Merry was given to us by an estranged owner who couldn't afford to properly care for her anymore. If you would like to take home this mysterious, blue-eyed cat home with you, feel free to contact us through the information on our site!
</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>