-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
32 lines (29 loc) · 1.41 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
26
27
28
29
30
31
32
<html lang="en" class="notranslate" translate="no">
<head>
<link rel="stylesheet" href="/styles/fonts.css" />
<link rel="stylesheet" href="/styles/main.css" />
<link rel="stylesheet" href="/styles/error404.css" />
<title>Error 404 | Vocabulary Testing Program 6</title>
<link rel="icon" type="image/png" href="/logos/logo-square.png"/>
<meta property="og:image" content="/logos/logo-banner.png" />
<meta property="og:image:width" content="1980" />
<meta property="og:image:height" content="1741" />
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="This page was not found." />
</head>
<body>
<div id="header"></div>
<div id="content">
<h1 id="error404-header">Oops... This page couldn't be found!</h1>
<p id="error404-text">Try going <a href="/">back home</a>.</p>
</div>
<div id="footer"></div>
<script src="/scripts/lightdark.js"></script>
<script src="/scripts/header.js"></script>
<script src="/scripts/cookies.js"></script>
<script src="/scripts/footer.js"></script>
<script src="/scripts/misc.js"></script>
<script async data-id="101454906" src="//static.getclicky.com/js"></script>
</body>
</html>