summaryrefslogtreecommitdiff
path: root/tail.html
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2022-08-21 18:14:59 +0200
committerpdp8 <pdp8@pdp8.info>2022-08-21 18:14:59 +0200
commit28792e4d504d59b5aeab70d66ea6be51c9c683b1 (patch)
treed42ce53d97b092b7671dda95e19465133c7c9f92 /tail.html
parentec4c08d91081de6d9c7404742c70a94cea250dce (diff)
snippets dir
Diffstat (limited to 'tail.html')
-rw-r--r--tail.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/tail.html b/tail.html
deleted file mode 100644
index 53ca8ca..0000000
--- a/tail.html
+++ /dev/null
@@ -1,11 +0,0 @@
- <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>