summaryrefslogtreecommitdiff
path: root/html/tail.html
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2023-08-16 15:25:17 +0200
committerpdp8 <pdp8@pdp8.info>2023-08-16 15:25:17 +0200
commitac90ab7c69b35546135cacf9ed2ed98261047dac (patch)
tree0eac8141030f85525ec56dbee3dea90ea4a5c600 /html/tail.html
parenta3ab009e96db2269dcf3f6dd1c103aa885186ee4 (diff)
mail and social
Diffstat (limited to 'html/tail.html')
-rw-r--r--html/tail.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/html/tail.html b/html/tail.html
new file mode 100644
index 0000000..53ca8ca
--- /dev/null
+++ b/html/tail.html
@@ -0,0 +1,11 @@
+ <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>