-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
57 lines (49 loc) · 1.08 KB
/
404.html
File metadata and controls
57 lines (49 loc) · 1.08 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Page Not Found - Frames</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
html {
display: table;
height: 100%;
width: 100%;
background-color: #000;
}
body {
display: table-cell;
vertical-align: middle;
margin: 2em auto;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
text-align: center;
color: #ececed;
}
h1 {
font-weight: 400;
margin: 0rem 0 .25rem;
font-size: 1rem;
line-height: 1.5rem;
}
p {
font-size: .875rem;
line-height: 1.25rem;
}
p {
opacity: .56;
}
p, img {
margin: 0;
}
</style>
</head>
<body>
<main>
<a href="https://withframes.com/">
<img src="/lib/img/logo/frames.svg" alt="Frames" width="56" height="56">
</a>
<h1>Page Not Found</h1>
<p>There is no page configured at this address.</p>
</div>
</main>
</html>