Improve footer semantics
This commit is contained in:
parent
f81853e85e
commit
afec5e3071
|
@ -1,7 +1,8 @@
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<a class="button" href="#top"><p>Back to the top</p></a>
|
<p><a class="button" href="#top">Back to the top</a></p>
|
||||||
<p>Content licensed under <a href="https://creativecommons.org/licenses/by/4.0/deed.en">CC-BY-4.0</a><br/>
|
<p><a class="button" href="https://fediring.net/previous?host=secluded.site">←</a> <a class="button" href="https://fediring.net/">Fediring</a> <a class="button" href="https://fediring.net/next?host=secluded.site">→</a></p>
|
||||||
Code licensed under <a href="https://tldrlegal.com/license/mit-license">MIT</a><br/>
|
<p class="boring_stuff">Content licensed under <a href="https://creativecommons.org/licenses/by/4.0/deed.en">CC-BY-4.0</a><br/>
|
||||||
Source is available on <a href="https://git.nixnet.services/Amolith/secluded">Gitea</a><br/></p>
|
Code licensed under <a href="https://tldrlegal.com/license/mit-license">MIT</a><br/>
|
||||||
|
Source is available on <a href="https://git.nixnet.services/Amolith/secluded">Gitea</a><br/></p>
|
||||||
<a href="https://512kb.club"><img alt="Badge for 512 KB Club Green Team status" src="/assets/svgs/green-team.svg" /></a>
|
<a href="https://512kb.club"><img alt="Badge for 512 KB Club Green Team status" src="/assets/svgs/green-team.svg" /></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue