summaryrefslogtreecommitdiff
path: root/html/tail.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/tail.html')
-rw-r--r--html/tail.html23
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'>&copy;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