alternate.thiscat.rocks/index.html

32 lines
1.5 KiB
HTML
Raw Normal View History

2024-10-27 23:31:19 +00:00
<!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">
</div>
</div>
2024-10-27 23:31:19 +00:00
<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>
2024-10-27 23:31:19 +00:00
</body>
</html>