alienhospital/petz.html

87 lines
3.6 KiB
HTML
Raw Normal View History

2025-12-23 10:56:17 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The web site of viverrid</title>
<!-- The style.css file allows you to change the look of your web pages.
If you include the next line in all your web pages, they will all share the same look.
This makes it easier to make new pages for your site. -->
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
</head>
<body><center><a href="/home">home</a>
<div class="box">
<div class="athena"><img src="https://file.garden/ZRcocrUQNGkxIJor/293656600_10160102084255349_4580130141887243181_n-removebg-preview.png" width="350px"></div>
<div class="boxinfo">
<p><h1>ATHENA!</h1>
<ul>age: 8 years</ul>
<ul>domestic longhair</ul>
<ul>adopted in phoenix, az, 2016</ul></p><img src="https://file.garden/ZRcocrUQNGkxIJor/IMG_5832.jpg" width="300px"><br><img src="https://file.garden/ZRcocrUQNGkxIJor/Screenshot%202024-09-26%20202234.png" width="300px"><br><img src="https://file.garden/ZRcocrUQNGkxIJor/Screenshot%202024-09-26%20202315.png" width="300px"></div></div><br>
<div class="box">
<div class="shitty"><img src="https://file.garden/ZRcocrUQNGkxIJor/314417985_10160315959160349_9023923608817028537_n-removebg-preview.png" width="200px"></div>
<div class="boxinfo">
<p><h1>ASTRAEA!</h1>
<ul>age: 2 years</ul>
<ul>domestic shorthair</ul>
<ul>adopted in michigan, 2022</ul></p><img src="https://file.garden/ZRcocrUQNGkxIJor/Screenshot%202024-09-26%20202946.png" width="300px"><br><img src="https://file.garden/ZRcocrUQNGkxIJor/Screenshot%202024-09-26%20202837.png" width="300px"><br><img src="https://file.garden/ZRcocrUQNGkxIJor/Screenshot%202024-09-26%20202900.png" width="300px"></div></div><br>
<div class="box">
<div class="ry"><img src="https://file.garden/ZRcocrUQNGkxIJor/334814515_496918762465133_4088101321107609913_n-removebg-preview.png" width="220px"></div>
<div class="boxinfo">
<p><h1>RYLEIGH!</h1>
<ul>age: 11 years</ul>
<ul>norwegian forest cat</ul>
<ul>adopted in phoenix, az, 2013</ul></p><img src="https://file.garden/ZRcocrUQNGkxIJor/Screenshot%202024-09-26%20203434.png" width="300px"><br><img src="https://file.garden/ZRcocrUQNGkxIJor/Screenshot%202024-09-26%20203505.png" width="300px"><br><img src="https://file.garden/ZRcocrUQNGkxIJor/Screenshot%202024-09-26%20203524.png" width="300px"></div></div><br>
<div class="box">
<div class="ember"><img src="https://file.garden/ZRcocrUQNGkxIJor/309948611_10160221945450349_5371031247907263270_n-removebg-preview.png" width="260px"></div>
<div class="boxinfo">
<p><h1>EMBER!</h1>
<ul>age: 9 years</ul>
<ul>border collie-german shepherd</ul>
<ul>adopted in phoenix, az, 2017</ul></p><img src="https://file.garden/ZRcocrUQNGkxIJor/Screenshot%202024-09-26%20204015.png" width="300px"><br><img src="https://file.garden/ZRcocrUQNGkxIJor/Screenshot%202024-09-26%20204056.png" width="300px"></div></div><br>
</body>
<style>
body {
background-image: url('https://file.garden/ZRcocrUQNGkxIJor/1036.png');
font-family:Brush Script MT;
font-size: 30px;
}
.athena {
position: absolute;
margin-left: 500px;
}
.shitty {
position: absolute;
margin-left: 550px;
top: 760px;
}
.ry {
position: absolute;
margin-left: 600px;
}
.boxinfo {
width: 400px;
overflow: scroll;
}
.ember {
position: absolute;
margin-left: 500px;
}
.box {
margin: 0 auto;
border: 5px brown groove;
background: #fff;
width: 750px;
overflow: scroll;
height: 430px;
}
</style>
</html>