feat: add footer
This commit is contained in:
parent
06fd16801a
commit
1e80d0ed47
1 changed files with 9 additions and 0 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue