saudade/carolyns_creations/specials/litterz/litterz.html
2023-12-10 20:37:03 -08:00

172 lines
4.4 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hex-painted litterz</title>
<link rel="stylesheet" href="/style.css" />
<!-- saudade includes -->
<script src="/saudade.js?@root" type="module"></script>
</head>
<body>
<div class="center big">
<p class="green bigger">
<b>Hex-painted litterz</b><br />
Click breed photo or name to download.
</p>
<table id="litterz" style="width: 50%; margin: 0 auto; border: 0">
<tr>
<td>
<a href="BlackDaliaffs_d.zip" title="Download Black Daliaffs">
<img
src="black_daliaffs.gif"
alt="Black Daliaffs"
width="320"
height="224"
/><br />
Black Daliaffs
</a>
</td>
<td>
<a
href="BrindledHimalayans_c.zip"
title="Download Brindled Himalayans"
>
<img
src="brindled_himalayans.gif"
alt="Brindled Himalayans"
width="320"
height="224"
/><br />
Brindled Himalayans
</a>
</td>
</tr>
<tr>
<td>
<a href="CalicoTabbies_c.zip" title="Download Calico Tabbies">
<img
src="calico_tabbies.gif"
alt="Calico Tabbies"
width="320"
height="224"
/><br />
Calico Tabbies
</a>
</td>
<td>
<a href="Chesamutts_d.zip" title="Download Chesamutts">
<img
src="chesamutt.gif"
alt="Chesamutts"
width="320"
height="224"
/><br />
Chesamutts
</a>
</td>
</tr>
<tr>
<td>
<a
href="ChinchillaTabbies_c.zip"
title="Download Chinchilla Tabbies"
>
<img
src="chinchilla_tabbies.gif"
alt="Chinchilla Tabbies"
width="320"
height="224"
/>
Chinchilla Tabbies
</a>
</td>
<td>
<a href="DevilledLabs_d.zip" title="Download Devilled Labs">
<img
src="devilled_labs.gif"
alt="Devilled Labs"
width="320"
height="224"
/>
Devilled Labs
</a>
</td>
</tr>
<tr>
<td>
<a href="EgyptianSphinx_c.zip" title="Download Egyptian Sphinx">
<img
src="egyptian_sphinx.gif"
alt="Egyptian Sphinx"
width="320"
height="224"
/>
Egyptian Sphinx
</a>
</td>
<td>
<a href="FawnDaliaffs_d.zip" title="Download Fawn Daliaffs">
<img
src="fawn_daliaffs.gif"
alt="Fawn Daliaffs"
width="320"
height="224"
/>
Fawn Daliaffs
</a>
</td>
</tr>
<tr>
<td>
<a href="PersianPurees_c.zip" title="Download Persian Purees">
<img
src="persian_puree.gif"
alt="Persian Purees"
width="320"
height="224"
/>
Persian Purees
</a>
</td>
<td>
<a href="Siamflitters_c.zip" title="Download Siamflitters">
<img
src="siamflitter.gif"
alt="Siamflitters"
width="320"
height="224"
/>
Siamflitters
</a>
</td>
</tr>
<tr>
<td>
<a href="SpeckleTabbies_c.zip" title="Download Speckle Tabbies">
<img
src="speckle_tabbies.gif"
alt="Speckle Tabbies"
width="320"
height="224"
/>
Speckle Tabbies
</a>
</td>
</tr>
</table>
</div>
</body>
</html>