diff options
author | hitlerrip <git@hitler.rip> | 2025-07-28 14:49:07 +0200 |
---|---|---|
committer | hitlerrip <git@hitler.rip> | 2025-07-28 14:49:07 +0200 |
commit | 74e8e1ad4d02d1c2e39302b5bf2c85ec88c99ad5 (patch) | |
tree | 7e1076feab5a6e9b9e995baff6937b8d11882fc0 /con/footer.html | |
download | website-74e8e1ad4d02d1c2e39302b5bf2c85ec88c99ad5.tar.gz website-74e8e1ad4d02d1c2e39302b5bf2c85ec88c99ad5.tar.bz2 website-74e8e1ad4d02d1c2e39302b5bf2c85ec88c99ad5.zip |
init
created the initial version of my website build script
Diffstat (limited to 'con/footer.html')
-rw-r--r-- | con/footer.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/con/footer.html b/con/footer.html new file mode 100644 index 0000000..f22d871 --- /dev/null +++ b/con/footer.html @@ -0,0 +1,15 @@ + + <!-- START OF FOOTER FILE --> + + </div></main> + + <footer> + <hr /> + <span> + © 2025 hitler.rip <web@hitler.rip><br> + content licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0" target="_blank" rel="noopener noreferrer">CC BY-SA 4.0</a>, code licensed under <a href="https://www.gnu.org/licenses/agpl-3.0-standalone.html" target="_blank" rel="noopener noreferrer">AGPLv3-or-later</a><br> + </span> + </footer> +</body> +</html> + |