Skip to content

Commit fc4e80d

Browse files
Deploy to GitHub pages
0 parents  commit fc4e80d

File tree

67 files changed

+38684
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+38684
-0
lines changed

404.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<div style='font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"; height:100vh; text-align:center; display:flex; flex-direction:column; align-items:center; justify-content:center'>
2+
<div>
3+
<style>
4+
body {
5+
color: #000;
6+
background: #fff;
7+
margin: 0;
8+
}
9+
.next-error-h1 {
10+
border-right: 1px solid rgba(0, 0, 0, 0.3);
11+
}
12+
@media (prefers-color-scheme: dark) {
13+
body {
14+
color: #fff;
15+
background: #000;
16+
}
17+
.next-error-h1 {
18+
border-right: 1px solid rgba(255, 255, 255, 0.3);
19+
}
20+
}
21+
</style>
22+
<h1 class="next-error-h1" style='display: inline-block; margin: 0 20px 0 0; padding-right: 23px; font-size: 24px; font-weight: 500; vertical-align: top; line-height: 49px; font-feature-settings: "rlig" 1,"calt" 1,"ss01" 1,"ss06" 1 !important;'>404</h1>
23+
<div style="display: inline-block; text-align: left">
24+
<h2 style="font-size: 14px; font-weight: 400; line-height: 49px; margin: 0">This page could not be found.</h2>
25+
</div>
26+
</div>
27+
</div>

android-chrome-192x192.png

7.13 KB
Loading

android-chrome-512x512.png

27 KB
Loading

apple-touch-icon.png

6.37 KB
Loading

0 commit comments

Comments
 (0)