aboutsummaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorAutumn <git@autumnfo.rest>2026-04-30 21:12:11 +0100
committerAutumn <git@autumnfo.rest>2026-04-30 21:12:11 +0100
commit1e093d65fcb40d37a803bc504dabd5a0c3c8e522 (patch)
tree1bb8d8e191db77c5c4a4e8939f4e2531202d06c2 /src/pages
parent7a2cb805f03f39d6fdced3e858c91889a1106c3a (diff)
[pages] added cool creatures list
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/index.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/pages/index.php b/src/pages/index.php
index 54a9db5..45bfdd8 100644
--- a/src/pages/index.php
+++ b/src/pages/index.php
@@ -24,6 +24,23 @@
</li>
</ul>
+<h2>cool critters</h2>
+
+<p>here is a bunch of 88x31 tiles of cool creatures. i'll make one myself soon(ish) i promise :3</p>
+
+<a href="https://xn--80andq.net">
+ <img class="tile" src="https://xn--80andq.net/static/buttons/winter.png" alt="winter's 88x31 tile" loading="lazy" />
+</a>
+
+<style>
+
+ .tile {
+ width: 88px;
+ height: 31px;
+ }
+
+</style>
+
<?php
$page_content = ob_get_clean();