-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy path404.html
43 lines (41 loc) · 1.69 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
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="dns-prefetch" href="https://universal.wgplayer.com" />
<script src="/assets/js/add.js"></script>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
property="og:image"
content="https://duckmath.org/assets/img/duck.webp"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="title" content="404 DuckMath" />
<meta name="description" content="This page is for errors you may have" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
<title>404 DuckMath</title>
<link rel="stylesheet" href="/assets/css/text_styles.css" />
<link rel="stylesheet" href="/assets/css/main.css" />
<script src="/assets/js/main.js"></script>
<link rel="icon" type="image/x-icon" href="/assets/img/duck.webp" />
<link rel="mask-icon" type="" href="/assets/img/duck.webp" color="#111" />
<noscript
>Your browser doesn't have JavaScript enabled. Please enable JavaScript or
switch to a browser that supports it.</noscript
>
<!-- <script src="firebase/main_firebase.js" type="module" defer></script> -->
</head>
<body>
<!-- where auto would go -->
<div class="title_text">
404 Error
<div class="title_text_description">
This page does not exist.<br />
If you believe you shouldn't have gotten this error, contact us, or go
back to the main page below.
</div>
<a class="button" href="/index.html">Home Page</a>
</div>
<!--<div class = "bottom_text">Copyright © 2022-2023 Duck Math - All Rights Reserved.</div>-->
</body>
</html>