epiphany/archive/litters_catz.php

24 lines
465 B
PHP
Raw Permalink Normal View History

2022-11-12 16:13:57 -08:00
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style/stuff.css">
</head>
<body class="main-content">
<div class="text">
<a href="adopt.html">Adoption form here!</a>
</div>
2022-11-12 16:13:57 -08:00
<div class="text">
<p>
<span class="girls">girls</span><br>
<span class="boys">boys</span><br>
<span class="gone">adopted</span>
</p>
</div>
</body>
</html>