-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
32 lines (29 loc) · 919 Bytes
/
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
<!DOCTYPE html>
<html>
<title>404</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" charset="UTF-8">
<head>
<link href="https://fonts.googleapis.com/css?family=IM Fell English" rel="stylesheet">
<link rel="icon" href="/Images/SiteIcon.svg">
<link rel="stylesheet" href="/Schedules/schedule-styles.css" />
<script src="/JS/DarkModeSwitching.js"></script>
<script src="/JS/LoadScheduleLinks.js"></script>
<script>
window.onload = function () {
setColorsAndButtonText();
loadLinks();
}
</script>
</head>
<body>
<div id="background">
<div id="links"></div>
<div id="content">
<h1>404 problem</h1 class="title">
<p>
You may return to <a href="https://TheHarmonicRealm.github.io/index.html">the homepage</a>
</p>
</div>
</div>
</body>
</html>