From 1485b4663308948850d54821a73b7f70d8274963 Mon Sep 17 00:00:00 2001 From: Mathijs Date: Mon, 16 Jan 2023 19:06:44 +0100 Subject: [PATCH 1/4] Logo -> link --- 404.html | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/404.html b/404.html index 3827f92..bc3384a 100755 --- a/404.html +++ b/404.html @@ -39,7 +39,7 @@
- Lermer.nl + LERMER.NL
- - \ No newline at end of file diff --git a/assets/js/mrl.js b/assets/js/mrl.js new file mode 100644 index 0000000..ea1e44a --- /dev/null +++ b/assets/js/mrl.js @@ -0,0 +1,8 @@ +function hamburgermenuknopje() { + var x = document.getElementById('main_menu_01'); + if (x.style.display === "block") { + x.style.display = "none"; + } else { + x.style.display = "block"; + } + } \ No newline at end of file diff --git a/assets/mrl.js b/assets/mrl.js deleted file mode 100644 index e69de29..0000000 diff --git a/index.html b/index.html index 4188f0c..7ef21c4 100755 --- a/index.html +++ b/index.html @@ -28,6 +28,7 @@ + @@ -98,15 +99,4 @@
- - \ No newline at end of file diff --git a/robots.txt b/robots.txt old mode 100644 new mode 100755