PUBLISH: Add copyright and links section to the footer

This commit is contained in:
Campbell Alden 2023-01-18 17:10:54 +09:00
parent 54e8a6413b
commit fae290a18d
48 changed files with 813 additions and 502 deletions

View file

@ -52,8 +52,16 @@
<p class="color:deemphasize">The page you were looking for could not be found</p>
</section>
</main><footer>
<span></span>
</main><footer class="footer">
<ul class="cluster align:center caption unstyled-list s1">
<li>
<a rel="me" href="https://gjallarhorn.dev/@campbell">Mastodon</a>
</li>
<li>
<a rel="me" href="https://github.com/CaAlden">GitHub</a>
</li>
</ul>
<span class="numbers-small">© 2023 Campbell Alden, All rights reserved.</span>
</footer>
</body>
</html>