diff options
Diffstat (limited to 'about')
| -rw-r--r-- | about/index.html | 24 |
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> |
