26 lines
861 B
HTML
26 lines
861 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" src="404.css">
|
|
<link href="css/fonts.css" rel="stylesheet" />
|
|
<title>Page Not Found!</title>
|
|
<script src="js/scripts.js"></script>
|
|
<script src="js/domainChecker.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1>Not Found!</h1>
|
|
<p>Please go back. OR <a href="https://wesbryie.cf/">Go Home</a></p>
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HTWD2BNXJ6"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'G-HTWD2BNXJ6');
|
|
</script>
|
|
</body>
|
|
</html> |