crucialnet/old/404/index.html
2024-02-25 17:40:13 -05:00

25 lines
967 B
HTML

<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145317366-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-145317366-1');
</script>
<title>Page Not Found</title>
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<link href="/404/style.css" type="text/css" rel="stylesheet">
</head>
<body>
<h1 class="header">404: page not found</h1>
<p class="desc">it's dangerous to go alone!<br>take this!</p>
<a href="http://crucialnet.org"><img src="/404/sword.png" width="50px;"></a>
<p class="foot">if you feel there's been a mistake, feel free to contact me <a href="http://crucialnet.org/contact-me">here</a></p>
</body>
</html>