summaryrefslogtreecommitdiff
path: root/web/parts/footer.php
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-02-07 15:35:47 -0500
committerFreya Murphy <freya@freyacat.org>2025-02-07 15:35:47 -0500
commit39e38a71528b7e7196ae4f227ebf399922a42dea (patch)
treeb7b0fa43a6704ba8969354dfa655a2d375699210 /web/parts/footer.php
parentread (diff)
downloadrit.wtf-39e38a71528b7e7196ae4f227ebf399922a42dea.tar.gz
rit.wtf-39e38a71528b7e7196ae4f227ebf399922a42dea.tar.bz2
rit.wtf-39e38a71528b7e7196ae4f227ebf399922a42dea.zip
updates
Diffstat (limited to 'web/parts/footer.php')
-rw-r--r--web/parts/footer.php22
1 files changed, 22 insertions, 0 deletions
diff --git a/web/parts/footer.php b/web/parts/footer.php
new file mode 100644
index 0000000..88ab860
--- /dev/null
+++ b/web/parts/footer.php
@@ -0,0 +1,22 @@
+<footer id="footer">
+ <div id="buttons">
+ <img src="<?=ASSETS->buttons->apocalypse?>" loading="lazy" onclick="document.documentElement.classList.toggle('flip')"/>
+ <img src="<?=ASSETS->buttons->amd?>" loading="lazy"/>
+ <img src="<?=ASSETS->buttons->dither?>" loading="lazy" onclick="document.documentElement.classList.toggle('dither')"/>
+ <a href="https://validator.w3.org/nu/?doc=https%3A%2F%2Frit.wtf" target="_blank">
+ <img src="<?=ASSETS->buttons->html?>" loading="lazy"/>
+ </a>
+ <img src="<?=ASSETS->buttons->ie?>" loading="lazy" onclick="document.documentElement.classList.toggle('strobe')"/>
+ <img src="<?=ASSETS->buttons->netscape?>" loading="lazy"/>
+ <a href="https://g.freya.cat/freya/rit.wtf" target="_blank">
+ <img src="<?=ASSETS->buttons->download?>" loading="lazy"/>
+ </a>
+ </div>
+ <iframe
+ height="94"
+ id="john"
+ <? /* hack to disable firefox cookie warning*/?>
+ sandbox="allow-scripts"
+ src="https://john.citrons.xyz/embed?ref=rit.wtf"
+ ></iframe>
+</footer>