diff options
Diffstat (limited to 'templates/footer.html')
-rw-r--r-- | templates/footer.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/footer.html b/templates/footer.html new file mode 100644 index 0000000..79074d5 --- /dev/null +++ b/templates/footer.html @@ -0,0 +1,16 @@ +<div class='transflag' + title="A html rendering of the trans flag"> + <div class='blue'></div> + <div class='pink'></div> + <div class='white'></div> + <div class='pink'></div> + <div class='blue'></div> +</div> +<footer> + <p>© 2023 TheWomanInMyEye dot org - + <a id="license" rel="license external noopener noreferrer" + target="_blank" + href="https://creativecommons.org/licenses/by/4.0/">CC BY-SA 4.0</a> + unless otherwise noted.</p> +</footer> + |