alternate.thiscat.rocks/index.html

38 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://unpkg.com/@sakun/system.css">
<link rel="stylesheet" href="style/style.css">
<title>Baxter's Desktop</title>
</head>
<body>
<div class="window">
<div class="title-bar">
<button aria-label="Close" disabled class="hidden"></button>
<h1 class="title">Baxter Images</h1>
<button aria-label="Resize" disabled class="hidden"></button>
</div>
<div class="separator"></div>
<div class="window-pane">
<figure>
<img src="img/thumbnails/baxter-stare-thumb.jpg" alt="A thumbnail of an image of baxter looking at the camera.">
<figcaption>baxter-stare.jpg</figcaption>
</figure>
</div>
</div>
<div class="standard-dialog center scale-down site-info">
<h1 class="dialog-text">Baxter's desktop</h1>
<p class="dialog-text">Welcome to Baxter's desktop, a time trip to before Baxter himself!</p>
<p class="dialog-text">This site makes use of JavaScript, so you may want to turn that on if things aren't working as intended.</p>
<p class="dialog-text">In the "Baxter Images" dialog, you can single-click on a photo to view it with a small description.</p>
<p class="dialog-text">I hope you enjoy this little nostalgia trip featuring my cat, you can go back to his normal homepage <a href="https://thiscat.rocks/">here</a>.</p>
</div>
<script src="js/script.js"></script>
</body>
</html>