Update index.html

This commit is contained in:
Voxel 2025-04-11 12:03:28 -04:00 committed by GitHub
parent 4a23044d36
commit 6ab9588bbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,9 +75,18 @@
<a href="/games">Games</a><a href="/apps">Apps</a><a href="/links.txt">Links</a><a href="/form">Contact</a><a href="/gba">Retro Games</a><a href="/tools">Settings & tools</a>
</div>
<footer>
<a href="/"><img src="/assets/img/88x31.png" loading="lazy" width="88px" height="31px"></a> <a href="/"><img src="/assets/img/88x31_light.png" loading="lazy" width="88px" height="31px"></a>
</footer>
<style>
footer {
display: flex;
gap: 8px; /* optional spacing between buttons */
}
</style>
<footer>
<a href="/"><img src="/assets/img/88x31.png" loading="lazy" width="88" height="31"></a>
<a href="/"><img src="/assets/img/88x31_light.png" loading="lazy" width="88" height="31"></a>
</footer>
</body>
</html>
</head>