diff --git a/404.html b/404.html index bc3384a..7f5cafd 100755 --- a/404.html +++ b/404.html @@ -29,6 +29,7 @@ + @@ -83,25 +84,14 @@
- - \ 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