-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
123 lines (116 loc) · 4.89 KB
/
404.html
File metadata and controls
123 lines (116 loc) · 4.89 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<style>
:root{
--mfe-logo: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNTYuMDAxIiBoZWlnaHQ9IjI1Ni4wMDEiIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0xMTIuMTYyIDU2YTE1Ljk1OCAxNS45NTggMCAwMC05Ljg5IDMuMjk4TDY0IDg4IDI1LjczIDU5LjNhMTUuOTYgMTUuOTYgMCAwMC0xMC41NjYtMy4yNzggMTUuOTExIDE1LjkxMSAwIDAwLTYuMzIgMS42NjYgMTUuOTA3IDE1LjkwNyAwIDAwLTUuMTI1IDQuMDU3QTE1Ljk3MiAxNS45NzIgMCAwMDAgNzIuMTYzdjExMS44MzhjMCA4LjgzNyA3LjE2MyAxNiAxNiAxNnMxNi03LjE2MyAxNi0xNnYtODBsMjIuMTE1IDE2LjU4OGExNi4wMjYgMTYuMDI2IDAgMDAxNi42OTUgMS44OTcgMTUuODk3IDE1Ljg5NyAwIDAwMy4wNzUtMS44OTdMMTE3LjMzNCA4OEgyNDBjOC44MzcgMCAxNi03LjE2MyAxNi0xNnMtNy4xNjMtMTYtMTYtMTZoLTkzLjM5M3pNMTkyIDEyMGMtMS4xMDQgMC0yLjE4NC4xMTItMy4yMjUuMzI1LTcuMjkgMS40OTItMTIuNzc1IDcuOTQ0LTEyLjc3NSAxNS42NzZ2NDhjMCA4LjgzNyA3LjE2NCAxNiAxNiAxNmg0OGM4LjgzNyAwIDE2LTcuMTYzIDE2LTE2cy03LjE2My0xNi0xNi0xNmgtMzJ2LTE2aDE2YzguODM3IDAgMTYtNy4xNjMgMTYtMTZzLTcuMTYzLTE2LTE2LTE2aC0zMS45ODh6IiBmaWxsPSIjZmZmIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05Ni4wMDIgMTg0LjAwMmMwIDguODM3IDcuMTYzIDE2IDE2IDE2IDguODM2IDAgMTYtNy4xNjMgMTYtMTZ2LTMyaDE2YzguODM2IDAgMTYtNy4xNjMgMTYtMTYgMC04LjgzNi03LjE2NC0xNi0xNi0xNkgxMTJjLTEuMTA0IDAtMi4xODMuMTEyLTMuMjI0LjMyNi03LjI5IDEuNDkxLTEyLjc3NSA3Ljk0Mi0xMi43NzUgMTUuNjc0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
</style>
<style>
html{
--theme-color: #4a5464;
--theme-light-color: #768092;
--theme-dark-color: #212b3a;
--bg-primary: #f7f7f7;
--bg-secondary: #fff;
--text-color: #000;
--text-mid-color: #fff;
--text-light-color: #000;
--text-dark-color: #fff;
--btn-shadow:
0 -.5rem 1rem rgba(255, 255, 255, .5),
0 .5rem 1rem rgba(221, 221, 221, .25);
--block-shadow:
0px 3px 5px -1px rgba(0, 0, 0, .2),
0px 6px 10px 0px rgba(0, 0, 0, .14),
0px 1px 18px 0px rgba(0, 0, 0, .12);
--transition-speed: .2s;
--border-radius: .28rem;
--invert-amount: 0%;
--live-record-color: #f00;
}
@media (prefers-color-scheme: dark) {
html{
--theme-light-color: #212b3a;
--theme-dark-color: #768092;
--bg-primary: #1f1f1f;
--bg-secondary: #242424;
--text-color: #d4d4d4;
--text-mid-color: #242424;
--text-light-color: #d4d4d4;
--text-dark-color: #242424;
--invert-amount: 86%;
}
}
</style>
<style>
html{
background-color: var(--theme-color);
transition: 0;
transition-delay: .1s;
}
.loading-container,
.loading-container-background{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition-duration: 1s;
transition-property: opacity;
z-index: 99;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.loading-container-background{
background-color: #000;
}
.loading-container > .logo{
min-width: 185px;
max-width: 300px;
width: 40%;
}
.loading-container > .logo > .logo-image{
width: 100%;
position: relative;
padding-bottom: 100%;
}
.loading-container > .logo > .logo-image > div{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: var(--mfe-logo);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.loading-container > .logo .title{
font-size: 2rem;
height: 1.5em;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
}
.loading-container > .loading-text{
font-size: 1.5rem;
height: 4em;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
}
</style>
<link href="https://fonts.googleapis.com/css2?family=Exo+2:wght@400;700;800;900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<script type="module" src="/index.js"></script>
</body>
</html>