-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
29 lines (29 loc) · 1.18 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
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="/tech/start.css" />
<link rel="stylesheet" href="/tech/404.css" />
<title>Error, yeah. (404)</title>
<link rel="icon" href="/tech/magixa_favicon.ico" />
</head>
<body>
<div class="magixa_p_404"></div>
<div id="magixa_body">
<div class="windows">
<div class="center_window">
<div class="ins_wind">
<h1>Page not found.</h1>
<p>
Oops! Looks like you've entered a page that hasn't been created yet. Or maybe you just mistook the address and wrote an extra letter, it happens to everyone. Either way, you can always <a class="link" href="/"
>go back to the main page</a
> and continue using the project.
</p>
<p>
However, if you see this window when trying to access an existing section of the site, or this is not the first time this error has occurred, try <a class="link" href="https://github.com/KonaloboStudio/konalobostudio.github.io/issues"
>create a ticket</a
> to help find the bug.
</p>
<p>Please note, you need a GitHub account to create a ticket.</p>
</div>
</div>
</div>
</body>