Guuq 5 years ago
commit 926499005a

@ -1,3 +1,7 @@
---
permalink: /404.html
---
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">

@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Website gemaakt door Guus van Meerveld"> <meta name="description" content="Website gemaakt door Guus van Meerveld">
<meta name="author" content="Guus van Meerveld"> <meta name="author" content="Guus van Meerveld">
<meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta http-equiv="X-UA-Compatible" content="ie=edge">

@ -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 mark
console.log('%cDoor Guus van Meerveld', "color:#9c9c9c; font-size:30px;"); 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 = $("<link>", {rel :'shortcut icon',href:'/resources/img/favicon.ico'}) var shortcon = $("<link>", {rel :'shortcut icon',href:'/resources/img/favicon.ico'})
$('head').append(shortcon) $('head').append(shortcon)
<<<<<<< HEAD
// Https // Https
if (location.protocol == "http:" && location.port !== "3000" && location.host !== "guusvanmeerveld.online") { if (location.protocol == "http:" && location.port !== "3000" && location.host !== "guusvanmeerveld.online") {
location.protocol = "https:" location.protocol = "https:"
} }
=======
>>>>>>> e28a9453f062af65383d1324fd83a161d4d22222