-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
23 lines (21 loc) · 924 Bytes
/
404.html
File metadata and controls
23 lines (21 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!--25ji themed (colours)-->
<!DOCTYPE html>
<html>
<head>
<title>Page not found</title>
<link rel="icon" type="image/x-icon" href="assets/icons/404icon.webp">
</head>
<body style="background-color: #BB6588; overflow: hidden;" onload="on_load()">
<div class="not_found_left">
<h1 id="text">Oops! Page not found. Maybe the page hasn't been completed yet, or the link entered was incorrect. :/</h1>
<a href="https://opyuu.github.io" id="return_home">Home Page</a>
</div>
<div class="not_found_right">
<img src="#" alt="A nice image of Kanade Yoisaki" id="image">
<p id="subtext">Artwork by <a href="#" id="source"></a></p>
</div>
</body>
</html>
<link rel="stylesheet" href="404.css">
<script type="text/javascript" src="404.js"></script>
<script type="text/javascript" src="kanade.js"></script>