-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
67 lines (63 loc) · 2.06 KB
/
404.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Fwuf.in" />
<meta
property="og:description"
content="Effortlessly Embed Non-HTTPS Links in Markdown."
/>
<meta property="og:image" content="https://fwuf.in/assets/embed.png" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="1920" />
<meta property="og:image:height" content="1080" />
<meta property="og:url" content="Fwuf.in" />
<meta property="og:type" content="website" />
<meta name="twitter:title" content="Fwuf.in" />
<meta
name="twitter:description"
content="Effortlessly Embed Non-HTTPS Links in Markdown."
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://fwuf.in/assets/embed.png" />
<meta name="'twitter:image:alt" content="Fwuf.in Embed" />
<meta
name="description"
content="Effortlessly Embed Non-HTTPS Links in Markdown."
/>
<meta
name="keywords"
content="embed, github, markdown, non-https, https, fwuf, fwuf.in, fwufin, fwuf-in, redirect"
/>
<meta name="theme-color" content="#F5F5F5" />
<link
rel="icon"
href="./assets/favicon.png"
type="image/png"
sizes="16x16"
/>
<title>Fwuf.in Redirect</title>
<link
rel="icon"
href="./assets/favicon.png"
type="image/png"
sizes="16x16"
/>
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" href="./css/grid.css" />
</head>
<body>
<div id="grid"></div>
<div id="grid-2"></div>
<div class="circle-cursor"></div>
<div class="content">
<h1 class="large">404</h1>
<p class="subheading">
Redirecting to <a href="https://fwuf.in">Fwuf.in</a> in <span id="time">5</span> seconds...
</p>
</div>
<script src="./js/index.js"></script>
<script src="./js/404.js"></script>
</body>
</html>