my_blog/templates/footer.html

13 lines
568 B
HTML

<footer>
<a class="link-padding" href="#">jump to top</a>
<br>
<br>
<a class="link-padding" id="page-source" target="_blank" href="https://tildegit.org/chmod777/my_blog">page source (tildegit in new tab)</a>
<br>
<br>
<p>The contents of this site unless otherwise denoted are licensed under</p>
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)</a>
<br>
<br>
<a href="/about/javascript" rel="jslicense">JavaScript license information</a>
</footer>