diff --git a/404/index.html b/404.md similarity index 97% rename from 404/index.html rename to 404.md index bfacb3a..07fef75 100644 --- a/404/index.html +++ b/404.md @@ -1,3 +1,7 @@ +--- +permalink: /404.html +--- + diff --git a/index.html b/index.html index 6cfb0ed..d831d01 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + diff --git a/resources/javall.js b/resources/javall.js index 9bc3c56..2c94ca4 100644 --- a/resources/javall.js +++ b/resources/javall.js @@ -1,22 +1,3 @@ -// 000webhost watermark remover -addEventListener("load", function() { - if (document.querySelector('[alt="www.000webhost.com"]')) { - let el = document.querySelector('[alt="www.000webhost.com"]').parentNode.parentNode; - el.parentNode.removeChild(el); - } -}) - -// // Tawk -// var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date(); -// (function(){ -// var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0]; -// s1.async=true; -// s1.src='https://embed.tawk.to/5da48879f82523213dc72f8f/default'; -// s1.charset='UTF-8'; -// s1.setAttribute('crossorigin','*'); -// s0.parentNode.insertBefore(s1,s0); -// })(); - // Console mark console.log('%cDoor Guus van Meerveld', "color:#9c9c9c; font-size:30px;"); @@ -24,8 +5,11 @@ console.log('%cDoor Guus van Meerveld', "color:#9c9c9c; font-size:30px;"); var shortcon = $("", {rel :'shortcut icon',href:'/resources/img/favicon.ico'}) $('head').append(shortcon) +<<<<<<< HEAD // Https if (location.protocol == "http:" && location.port !== "3000" && location.host !== "guusvanmeerveld.online") { location.protocol = "https:" } +======= +>>>>>>> e28a9453f062af65383d1324fd83a161d4d22222