forked from PurePro4561/PurePro4561.github.io-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
31 lines (26 loc) · 870 Bytes
/
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
25
26
27
28
29
30
31
---
permalink: /404.html
---
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SV408GM8XS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SV408GM8XS');
</script>
<!DOCTYPE html>
<html>
<body style="background-color:black;">
<title>404 Error</title>
<script>
alert("404 Error! This Page Is Still Being Worked On, Or Dosen't Exist");
</script>
<center>
<p style="color:lime;font-size:100px;font-family: Arial, Helvetica, sans-serif;">404 Error</p>
</center>
<center>
<p style="color:lime;font-size:20px;font-family: Arial, Helvetica, sans-serif;">This Page Is Under Contruction, Or Dosen't Exist. Go To <a href="purepro4561.github.io">PurePro</a> For More Info & Games</p>
</center>
</body>
</html>