-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
29 lines (29 loc) · 1 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>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>dk865</title>
<link rel="stylesheet" href="/styles.css">
<link rel="icon" type="image/jpeg" href="/icons/dark_02.jpg">
</head>
<body>
<img src="/icons/dark_02.jpg" alt="Icon" class="icon">
<h1>dk865</h1>
<div id="quote" class="quote">The... Quote is a lie... (failed, is JavaScript on?)</div>
<div class="welcome">404, Page Not Found</div>
<div class="about-section">
<div class="aboutme1">Sorry, but the page you tried to go to doesn't exist.</div>
</div>
<div class="repo-container" id="options">
<div class="repo-label">Options</div>
<div class="repo">
<a href="mailto:[email protected]">Email Me (support ONLY)</a>
</div>
<div class="repo">
<a href="https://dk865.github.io/">Go Home</a>
</div>
</div>
<script src="/script.js"></script>
</body>
</html>