-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
32 lines (28 loc) · 1.21 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Paradox42 | File not Found</title>
<link rel="shortcut icon" href="/assets/images/icon.png">
<link rel="stylesheet" href="/css/dark.css">
</head>
<body>
<div id="navbar"></div>
<!-- 404 Message -->
<div class="container-fluid text-center p-3 bg-dark text-light" style="height:100%">
<div class="container">
<h1 class="text-secondary display-3">404</h1>
<h1 class="display-1 text-warning">File not found</h1>
<p>
The URL path leads to a file that was never created. That might not be what you wanted, so if you think there should be a file here create a pull request for <a href="https://github.com/theparadox42/website">this</a> repository.
<br>
Go back to the <a href="/">home</a> page
</p>
</div>
</div>
<!-- JS -->
<script>var active = "";</script>
<script src="/js/master.js"></script>
</body>
</html>