Update index.html

This commit is contained in:
Voxel 2025-04-11 12:05:34 -04:00 committed by GitHub
parent 6ab9588bbb
commit 34105e978e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,7 +78,8 @@
<style> <style>
footer { footer {
display: flex; display: flex;
gap: 8px; /* optional spacing between buttons */ justify-content: center;
gap: 8px;
} }
</style> </style>
@ -87,6 +88,7 @@
<a href="/"><img src="/assets/img/88x31_light.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> </footer>
</body> </body>
</html> </html>
</head> </head>