diff options
author | keni7385 <andrea@andreacorsini.xyz> | 2022-06-04 00:09:16 +0300 |
---|---|---|
committer | keni7385 <andrea@andreacorsini.xyz> | 2022-06-04 00:09:16 +0300 |
commit | aa547f522941c9ba3c60dd0083305c59f717cedd (patch) | |
tree | e8ba86747892a89162288ec9be4eed738311190d /_footer.t.html |
Initial commit
Diffstat (limited to '_footer.t.html')
-rwxr-xr-x | _footer.t.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_footer.t.html b/_footer.t.html new file mode 100755 index 0000000..7a6f0d6 --- /dev/null +++ b/_footer.t.html @@ -0,0 +1,9 @@ + </main> + <footer> + <p><a href="/rss.xml"><img src="/images/feed.svg"> Feed RSS</a> | + <a href="/email.html"><img src="/images/email.svg"> Email</a></p> + <p>Copyright © 2020-2022 Andrea Corsini - + <a href="/privacy-policy.html">Privacy policy</a></p> + </footer> + </body> +</html> |