epiphany/somethinfunny/dogz/pirerose.php
2022-11-12 16:13:57 -08:00

42 lines
No EOL
745 B
PHP

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="../style/stuff.css">
</head>
<body class="center">
<img src="../images/dogz/pirerose-dali.png">
<img src="../images/dogz/pirerose-dane.png">
<h1>Pirerose</h1>
<h2>Epiphany's Smell the Roses</h2>
<table class="pet-facts">
<tr>
<td>gender:</td>
<td>female</td>
</tr>
<tr>
<td>breed:</td>
<td>sheep-dali-lab mix</td>
</tr>
<tr>
<td>born:</td>
<td>21 Feb 2022</td>
</tr>
<tr>
<td>inbred?</td>
<td>no</td>
</tr>
</table>
<div class="petz">
<img src="../images/dogz/pirerose03.png">
<img src="../images/dogz/pirerose01.png">
<img src="../images/dogz/pirerose02.png">
</div>
</body>
</html>