feat: add footer

This commit is contained in:
Ayo Ayco 2025-05-20 10:56:15 +02:00
parent 06fd16801a
commit 1e80d0ed47

View file

@ -25,6 +25,7 @@
</head> </head>
<body> <body>
<div>
<main> <main>
<h1>What's running?</h1> <h1>What's running?</h1>
<ul> <ul>
@ -33,6 +34,14 @@
<li><strong>Immich</strong> - <a href="https://pics.ayo.run/">pics.ayo.run</a></li> <li><strong>Immich</strong> - <a href="https://pics.ayo.run/">pics.ayo.run</a></li>
</ul> </ul>
</main> </main>
<footer>
<hr />
<small>
<em>Just keep hosting.</em><br />
<em>A project by <a href="https://ayo.ayco.io">Ayo Ayco</a></em>
</small>
</footer>
<div>
</body> </body>
</html> </html>