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>
<body>
<div>
<main>
<h1>What's running?</h1>
<ul>
@ -33,6 +34,14 @@
<li><strong>Immich</strong> - <a href="https://pics.ayo.run/">pics.ayo.run</a></li>
</ul>
</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>
</html>