diff options
Diffstat (limited to 'tail.html')
-rw-r--r-- | tail.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tail.html b/tail.html new file mode 100644 index 0000000..53ca8ca --- /dev/null +++ b/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> |