-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
61 lines (54 loc) · 1.93 KB
/
Copy path404.html
File metadata and controls
61 lines (54 loc) · 1.93 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
<!doctype html>
<html lang="en">
<!-- meta: {
"title": "404 · eggzec",
"description": "That page does not exist. Head back to the projects, the community, or the eggzec GitHub organization.",
"path": "/404.html"
} -->
<head>
<!--@include head-->
<meta name="robots" content="noindex" />
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<header data-nav></header>
<main id="main">
<section class="notfound">
<div class="hero__grid" aria-hidden="true"></div>
<div class="notfound__field" data-draw-field="panel" aria-hidden="true"></div>
<div class="container notfound__inner">
<div
class="display notfound__code"
data-display
data-lines="404"
data-knockout="0:1"
role="heading"
aria-level="1"
aria-label="404"
></div>
<h2 class="notfound__title" data-reveal data-reveal-delay="260">
Nothing to draw here
</h2>
<p class="notfound__body" data-reveal data-reveal-delay="320">
The page you asked for is not here. It may have been moved, renamed, or it never
existed. The repository it belonged to might live under a different name now.
</p>
<div class="notfound__links" data-reveal data-reveal-delay="380">
<a class="button button--primary" href="/" data-magnetic>Back home</a>
<a class="button button--ghost" href="/projects/" data-magnetic>All projects</a>
<a
class="button button--ghost"
href="https://github.com/eggzec"
target="_blank"
rel="noopener"
data-magnetic
>github.com/eggzec</a
>
</div>
</div>
</section>
</main>
<footer data-footer></footer>
<script type="module" src="/src/main.ts"></script>
</body>
</html>