-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (47 loc) · 2.09 KB
/
index.html
File metadata and controls
57 lines (47 loc) · 2.09 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
<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>
<p>
<img class="imageC" src="images/bois.jpg" alt="cool animals">
</p>
<h2 class="center">
Welcome to Pawstation!
</h2>
<div>
<p class="center">
Pet adoption is the process of taking responsibility for a pet that a previous owner has abandoned or released to a shelter or rescue organization. Common sources for adoptable pets are animal shelters and rescue groups. Some organizations give adopters ownership of the pet, while others use a guardianship model wherein the organization retains some control over the animal's future use or care.
<br><br>
Online pet adoption sites have databases of pets being housed by thousands of animal shelters and rescue groups, and are searchable by the public.
A black cat waiting to be adopted. Because of the superstitions surrounding black cats, they are disproportionately more common in shelters than in the general population and less likely to be adopted than are cats of other colors.
<br><br>
</p>
</div>
<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>