summaryrefslogtreecommitdiff
path: root/about
diff options
context:
space:
mode:
author~willow <willow@relvokcor.xyz>2026-05-11 20:18:22 +0000
committer~willow <willow@relvokcor.xyz>2026-05-11 20:18:22 +0000
commitac881aa1b27e6b8110e193e60866797721a80db5 (patch)
tree083bf6d5d7d3b5dc1d7191c5cc18271704bdd9bc /about
parentbb908bb85213d271fbfc83e4bb3e4ca08e4ff081 (diff)
added wii.hacks and 3ds.hacks buttons and turned the buttons into a grid
Diffstat (limited to 'about')
-rw-r--r--about/index.html24
1 files changed, 13 insertions, 11 deletions
diff --git a/about/index.html b/about/index.html
index 1c7f4a7..5c501f5 100644
--- a/about/index.html
+++ b/about/index.html
@@ -41,16 +41,18 @@
</body>
<footer>
- <p>
- <a href="https://relvokcor.xyz" target="_blank"><img src="http://relvokcor.xyz/~zarate/tildeclub.gif" border="0" width="88" height="31" alt="relvokcor.xyz Badge"></a>
- <a href="https://archlinux.org" target="_blank"><img src="https://relvokcor.xyz/~willow/arch.png"></a>
- <a href="https://store.steampowered.com/app/2310/Quake/" target="_blank"><img src="https://relvokcor.xyz/~willow/quake.gif"></a>
- </p>
- <p>
- <a href="https://whimsically-natured.space/" target="_blank"><img src="https://relvokcor.xyz/~willow/whimsy.gif"></a>
- <a href="https://al2f.codeberg.page/" target="_blank"><img src="https://relvokcor.xyz/~willow/al2f.gif"></a>
- <a href="https://jessieisironicallym3.nekoweb.org/" target="_blank"><img src="https://jessieisironicallym3.nekoweb.org/jessies-place-web-button.gif"></a>
- <a href="https://goodgirl.dev/" target="_blank"><img src="https://goodgirl.dev/_images/site_button.png"></a>
- </p>
+ <div class="btn">
+ <div><a href="https://relvokcor.xyz" target="_blank"><img src="http://relvokcor.xyz/~zarate/tildeclub.gif" border="0" width="88" height="31" alt="relvokcor.xyz Badge"></a></div>
+ <div><a href="https://archlinux.org" target="_blank"><img src="https://relvokcor.xyz/~willow/arch.png"></a></div>
+ <div><a href="https://store.steampowered.com/app/2310/Quake/" target="_blank"><img src="https://relvokcor.xyz/~willow/quake.gif"></a></div>
+ <div><a href="https://wii.hacks.guide/" target="_blank"><img src="https://relvokcor.xyz/~willow/wii.png"></a></div>
+ <div><a href="https://3ds.hacks.guide/" target="_blank"><img src="https://relvokcor.xyz/~willow/3ds.png"></a></div>
+ </div>
+ <div class="btn">
+ <div><a href="https://whimsically-natured.space/" target="_blank"><img src="https://relvokcor.xyz/~willow/whimsy.gif"></a></div>
+ <div><a href="https://al2f.codeberg.page/" target="_blank"><img src="https://relvokcor.xyz/~willow/al2f.gif"></a></div>
+ <div><a href="https://jessieisironicallym3.nekoweb.org/" target="_blank"><img src="https://jessieisironicallym3.nekoweb.org/jessies-place-web-button.gif"></a></div>
+ <div><a href="https://goodgirl.dev/" target="_blank"><img src="https://goodgirl.dev/_images/site_button.png"></a></div>
+ </div>
</footer>
</html>