diff options
Diffstat (limited to 'src/_footer.html')
-rw-r--r-- | src/_footer.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/_footer.html b/src/_footer.html new file mode 100644 index 0000000..3a2bc68 --- /dev/null +++ b/src/_footer.html @@ -0,0 +1,11 @@ +<footer role="contentinfo"> + + <span><a href="#">↑ Back to Top</a></span><br><br> + <small> + Built with <a href="https://rgz.ee/ssg.html">ssg</a>.<br> + The <a href="#">code for this site</a> is <a href="#">MIT</a>. + </small> +</footer> +</main> +</body> +</html> |