forked from ToniSewell/escape-room
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
24 lines (22 loc) · 1.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="/escape-room/styles/default-style.css">
<link rel="stylesheet" href="/escape-room/styles/404-style.css">
<title>Escape Room - Page not found</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anta&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lexend:[email protected]&display=swap" rel="stylesheet">
<link rel="icon" type="png" href="assets/backgrounds/DATA_Logo.png">
</head>
<body id="text">
<div class="error-txt">
<h1 class="error-txt1" id="heading-font">OOPS!</h1>
<p>Seems like we couldn't find the page you are looking for!</p>
<p>Return <a href="/escape-room/index.html">home</a>.</p>
</div>
<script src="/escape-room/scripts/cookies/accessibility-cookie.js"></script>
</body>
</html>