diff options
author | pdp8 <pdp8@pdp8.info> | 2024-07-28 09:44:00 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2024-07-28 09:44:00 +0200 |
commit | d987641d7b68fcfa8431b1835411bb1095a37961 (patch) | |
tree | 3fbc5e18a16ea0003adace63b1bdb0ea7521f1e7 /html/tail.html | |
parent | d13dc919f9fe0e14e8b58ec2e6ce727a6bbc1621 (diff) |
image albums, flex layout
Diffstat (limited to 'html/tail.html')
-rw-r--r-- | html/tail.html | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/html/tail.html b/html/tail.html index 53ca8ca..3da431f 100644 --- a/html/tail.html +++ b/html/tail.html @@ -1,11 +1,12 @@ - <script> - function show_vertical_menu() { - document.getElementById("menu").style.display = "none" - items = document.getElementsByClassName("item") - for (i = 0; i < items.length; i++) { - items[i].style.display = "block" - } - } - </script> - </body> -</html> +<div class='license'> + <a href='mailto:info@pdp8.info'>©pdp8</a> + <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International + License</a> + <p> + no tracking, cookies, javascript, or server-side scripting. source code: <a + href='https://git.pdp8.info/pdp8.info/tree/'>https://git.pdp8.info/pdp8.info/tree/</a> + </p> +</div> +</body> + +</html>
\ No newline at end of file |