diff options
author | Adam <adam.moloney.stuck@gmail.com> | 2022-04-23 19:15:16 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-03-13 23:42:49 +0100 |
commit | 0aad32b0f7c6520e59bef1c303d12dbdb3514544 (patch) | |
tree | e5d648f243bdf5bc256ff4b7f527df015b9c4d9a /src/_footer.html |
Inital commit
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> |