mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-16 07:33:42 -05:00
Update index.html
This commit is contained in:
parent
4a23044d36
commit
6ab9588bbb
1 changed files with 12 additions and 3 deletions
15
index.html
15
index.html
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue