-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
66 lines (61 loc) · 2.82 KB
/
404.html
File metadata and controls
66 lines (61 loc) · 2.82 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<!-- Metadata -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 | DeepLunaria Foundation</title>
<meta name="description" content="In what truly lasts, we trust.">
<meta name="robots" content="index, follow">
<meta http-equiv="content-language" content="en">
<meta name="author" content="DeepLunaria">
<!-- Open Graph Metadata -->
<meta property="og:title" content="404 | DeepLunaria Foundation">
<meta property="og:description" content="In what truly lasts, we trust..">
<meta property="og:image" content="https://deeplunaria.github.io/assets/deeplunaria/org.png">
<meta property="og:url" content="https://deeplunaria.github.io">
<meta property="og:type" content="website">
<!-- Twitter Card Metadata -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="404 | DeepLunaria Foundation">
<meta name="twitter:description" content="In what truly lasts, we trust..">
<meta name="twitter:image" content="https://deeplunaria.github.io/assets/deeplunaria/org.png">
<!-- Links -->
<link rel="canonical" href="https://deeplunaria.github.io">
<link rel="icon" type="image/png" href="/assets/deeplunaria/favicon.png">
<link rel="stylesheet" href="/global/css/gui_toolkit.css">
<link rel="stylesheet" href="/index.css">
<!-- Render Component Script -->
<script src="/global/js/renderer/header-and-footer.js" type="module"></script>
<!-- Scripts -->
<script src="/global/js/mobile-navbar.js" type="module"></script>
</head>
<body>
<div id="home">
<welcome-card-container>
<welcome-card>
<h1 class="welcome-card-title">
404 – Nothing here
</h1>
<welcome-card-desc>
The requested page could not be found. Please check the URL or return to the homepage.
</welcome-card-desc>
</welcome-card>
</welcome-card-container>
<slash-container>
<slash-blade class="sb-first sb-color-purple"></slash-blade>
<slash-blade class="ex-sb-color-blue"></slash-blade>
<slash-blade class="ex-sb-color-green"></slash-blade>
<slash-blade class="sb-color-blue"></slash-blade>
<slash-blade class="sb-color-orange"></slash-blade>
<slash-blade class="ex-sb-color-yellow"></slash-blade>
<slash-blade class="sb-color-red"></slash-blade>
<slash-blade class="ex-sb-color-purple"></slash-blade>
<slash-blade class="sb-color-yellow"></slash-blade>
<slash-blade class="ex-sb-color-orange"></slash-blade>
<slash-blade class="sb-color-green"></slash-blade>
<slash-blade class="ex-sb-color-red"></slash-blade>
</slash-container>
</div>
</body>
</html>