Skip to content

Commit

Permalink
Added 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
hudson-newey committed Dec 4, 2023
1 parent d735004 commit 51117ad
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!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" />
<meta http-equiv="refresh" content="10; URL=https://grathium-industries.github.io/?ref=404-page" />
<title>Document</title>
</head>

<body>
<div class="contents">
<h1>Whoops! (Error 404)</h1>
<h2>The webpage you have requested could not be found</h2>
<u>
If you do not interact with this page, you will be redirected to
the homepage in 10 seconds...
</u>
<iframe src="https://embed.lottiefiles.com/animation/93857" frameBorder="0"></iframe>
</div>
</body>

<style>
html {
position: relative;
background-color: black;
color: white;
top: 20%;
}
.contents > * {
display: flex;
height: fit-content;
justify-content: center;
}

iframe {
position: relative;
left: 40%;
width: 10%;
transform: scale(2);
transform-origin: 0 0;
}
</style>
</html>

0 comments on commit 51117ad

Please sign in to comment.