Skip to content

Commit a18937d

Browse files
committed
Update redirect.html
1 parent eb87ca8 commit a18937d

File tree

1 file changed

+45
-2
lines changed

1 file changed

+45
-2
lines changed

api/redirect.html

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,45 @@
1-
2-
1+
<!DOCTYPE html>
2+
<html style="background:#000;height: 100%;">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Codeit - Redirect</title>
6+
<meta name="theme-color" content="#000">
7+
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover,shrink-to-fit=no">
8+
<link rel="shortcut icon" href="/icons/app-favicon.png">
9+
<style>
10+
.quote::before {
11+
content: '"';
12+
color: gray;
13+
opacity: 0.5;
14+
font-size: 50px;
15+
position: absolute;
16+
top: -40px;
17+
left: -8px;
18+
}
19+
</style>
20+
</head>
21+
<body style="
22+
display: flex;
23+
flex-flow: column;
24+
justify-content: center;
25+
height: 100%;
26+
margin: 0;
27+
color: #fff;
28+
font-family: system-ui;
29+
max-width: 500px;
30+
margin: auto;
31+
padding: 0 20px;
32+
" ontouchstart>
33+
<p style="
34+
font-size: 19px;
35+
line-height: 1.5;
36+
margin-bottom: 40px;
37+
margin-top: 0;
38+
position: relative;
39+
" class="quote">Of course everything in the world has been thought of. But what about everything that's not yet in the world? There's way more of that, and none of it's been thought of.</p>
40+
<p style="text-align:right;font-style:italic;color:gray;margin-top: 0;margin-bottom: 0;"><a style="
41+
color: hsl(0deg 0% 66%);
42+
">- Bill Wurtz</a><br><br>404 not found</p>
43+
</body>
44+
</html>
45+

0 commit comments

Comments
 (0)