cleaner 404

This commit is contained in:
Wesley A. Bryie 2022-05-02 21:39:39 -04:00 committed by GitHub
parent 34ffde2c2d
commit 920d30a304
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 26 deletions

View File

@ -1,6 +0,0 @@
@import url('https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap');
html {
text-align: middle;
font-family: 'Zen Kurenaido', sans-serif;
}

View File

@ -1,29 +1,25 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- Copyright *my code only, not the bootstrap parts* under the GNU GPL Licence. Wesley Bryie, 2021.-->
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=\, initial-scale=1.0">
<link rel="stylesheet" src="404.css"> <title>Whoops, something isn't right!</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> <link rel="preconnect" href="https://fonts.googleapis.com">
<link href="css/fonts.css" rel="stylesheet" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<title>Page Not Found!</title> <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap" rel="stylesheet">
<script src="js/scripts.js"></script>
<script src="js/domainChecker.js"></script>
</head> </head>
<style>
body{
font-family: 'Montserrat', sans-serif;
margin: auto;
width: 50%;
padding: 10px;
}
</style>
<body> <body>
<h1>Not Found!</h1> <h1 id="big">Whoops, something isn't right!</h1>
<p>Please go back. OR <a href="https://wesbryie.cf/">Go Home</a></p> <br>
<!-- Global site tag (gtag.js) - Google Analytics --> <h5>Please look at your link, or go to the <a href="/">homepage.</a></h5>
<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>
<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>
</body> </body>
</html> </html>