-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
50 lines (47 loc) · 1.64 KB
/
error.html
File metadata and controls
50 lines (47 loc) · 1.64 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html
lang="en-us"
data-bs-theme="dark"
data-bs-core="modern"
>
<head>
<meta charset="UTF-8">
<meta
http-equiv="X-UA-Compatible"
content="IE=edge"
>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
>
<title>EvE System FlySafe browser</title>
<!-- Halfmoon CSS -->
<link
href="https://cdn.jsdelivr.net/npm/halfmoon@2.0.1/css/halfmoon.min.css"
rel="stylesheet"
integrity="sha256-SsJizWSIG9JT9Qxbiy8xnYJfjCAkhEQ0hihxRn7jt2M="
crossorigin="anonymous"
>
<!-- Halfmoon modern core theme -->
<link
href="https://cdn.jsdelivr.net/npm/halfmoon@2.0.1/css/cores/halfmoon.modern.css"
rel="stylesheet"
integrity="sha256-DD6elX+jPmbFYPsGvzodUv2+9FHkxHlVtQi0/RJVULs="
crossorigin="anonymous"
>
</head>
<body class="container-fluid pt-5">
<div class="container p-3 my-5 bg-danger-subtle bg-opacity-10 text-center border border-5 border-danger shadow w-lg-75 w-md-90 w-100">
<header>
<h1 class="display-1">❌ Error 404</h1>
</header>
<main id="main-element" class="">
<h2><p class="display-2 d-inline">😯</p> Uh-oh...</h2>
<h3 class="">Looks like this resource is missing <p class="display-3 d-inline">💩</p></h3>
</main>
</div>
<footer class="fixed-bottom">
<p class="text-center p-0 m-0">🏠<a href="index.html">Return to the home page</a></p>
</footer>
</body>
</html>