2021-11-06 02:19:17 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2021-11-22 17:10:51 +01:00
|
|
|
<!-- Copyright *my code only, not the bootstrap parts* under the GNU GPL Licence. Wesley Bryie, 2021.-->
|
2021-11-06 02:19:17 +01:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2021-11-06 02:20:59 +01:00
|
|
|
<link rel="stylesheet" src="404.css">
|
2021-11-22 14:03:49 +01:00
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
|
2021-11-17 15:28:43 +01:00
|
|
|
<link href="css/fonts.css" rel="stylesheet" />
|
2021-11-06 02:19:17 +01:00
|
|
|
<title>Page Not Found!</title>
|
2021-11-18 17:05:29 +01:00
|
|
|
<script src="js/scripts.js"></script>
|
|
|
|
<script src="js/domainChecker.js"></script>
|
2021-11-06 02:19:17 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2021-11-06 02:20:59 +01:00
|
|
|
<h1>Not Found!</h1>
|
2021-11-18 02:38:05 +01:00
|
|
|
<p>Please go back. OR <a href="https://wesbryie.cf/">Go Home</a></p>
|
2021-11-21 02:35:33 +01:00
|
|
|
<!-- 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>
|
2021-11-22 13:45:36 +01:00
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
|
2021-11-06 02:19:17 +01:00
|
|
|
</body>
|
|
|
|
</html>
|