aboutsummaryrefslogtreecommitdiff
path: root/src/pages/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/index.php')
-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();