-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
24 lines (23 loc) · 1.1 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7J3YJQYZ30"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7J3YJQYZ30');
</script>
<title>Site not Found - Kingpvz</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
</head>
<body style="text-align: center; background-color: #111; color:white; font-family:'Roboto',sans-serif;">
<h1 style="font-size: 200px">404</h1>
<h1>Whatever you are looking for is not here.</h1><br />
<h2>However, it might be here soon.</h2>
<h3>If you clicked a link on my webpage, and it led you here, it means the page is work in progress.<br />If you are trying to find a secret, you might be luckier the next time.</h3>
<br /><br />
<h1><a href="https://kingpvz.github.io" style="color:yellow;">RETURN HOME</a></h1>
</body>
</html>