-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
25 lines (23 loc) · 1.14 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<title>Funty.org - Error 404</title>
<script src="https://kit.fontawesome.com/e818a9840c.js" crossorigin="anonymous"></script>
<link rel="icon" href="./assets/logo.png">
<link rel="stylesheet" href="./assets/styles/themes.css">
<link rel="stylesheet" href="./assets/styles/index.css">
<link rel="stylesheet" href="./assets/styles/404.css">
<script src="./assets/scripts/404.js"></script>
<meta name="author" content="Funty"/>
<meta name="description" content="404 error page"/>
</head>
<body class="theme-default">
<a id="cornerCounter" class="rainbow text"></a>
<div id="containerDiv" class="container">
<h1 class="title">404</h1>
<a class="text">The page you are looking for does not exist.</a><br>
<button class="button" onclick="window.open('https:\/\/funty.org', '_self')">Go back to Funty.org</button>
</div>
<!-- <div id="containerDiv" style="background-color: red; size: 100px; width: 10%; height: 10%; position: absolute; top: 0; left: 0; z-index: 1000;"> -->
</body>
</html>