Update index.html

This commit is contained in:
Voxel 2025-04-11 16:52:24 -04:00 committed by GitHub
parent 34105e978e
commit 34ffe2adb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,6 +80,7 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
gap: 8px; gap: 8px;
padding: 16px;
} }
</style> </style>
@ -87,8 +88,6 @@
<a href="/"><img src="/assets/img/88x31.png" loading="lazy" width="88" height="31"></a> <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> <a href="/"><img src="/assets/img/88x31_light.png" loading="lazy" width="88" height="31"></a>
</footer> </footer>
</body> </body>
</html> </html>
</head> </head>