-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
125 lines (121 loc) · 4.54 KB
/
Copy path404.html
File metadata and controls
125 lines (121 loc) · 4.54 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
124
125
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://refhoster.com/"/>
<meta property="og:title" content="Refhoster | 100% free, no sign up"/>
<meta property="og:description" content="Host your references on a QR code"/>
<title>404 - Page not found!</title>
<link rel="icon" href="favicon.ico" sizes="any">
<link rel="icon" type="image/png" href="/img/favicon16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/img/favicon32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicon48.png" sizes="48x48">
<link rel="icon" type="image/png" href="/img/favicon64.png" sizes="64x48">
<link rel="icon" type="image/png" href="/img/favicon96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/img/favicon192.png" sizes="192x192">
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
<meta property="og:image" content="/img/meta-img.jpg"/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Refhoster | 100% free, no signup",
"description": "Host your references on a QR code",
"image": "/img/share-banner.png"
}
</script>
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({'gtm.start': new Date().getTime(), event: 'gtm.js'});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer'
? '&l=' + l
: '';
j.async = true;
j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f
.parentNode
.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-5Z5NN7LP');
</script>
<!-- End Google Tag Manager -->
<!-- Google tag (gtag.js) -->
<script
async="async"
src="https://www.googletagmanager.com/gtag/js?id=G-QDFP31GGTT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-QDFP31GGTT');
</script>
<style>
body {
background-color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
font-family: system-ui, Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
font-weight: 300;
}
::selection {
background: #5271FF;
color: #ffffff;
}
h1 {
font-size: 100px;
color: #5271FF;
margin: 0;
}
p {
font-size: 20px;
color: black;
}
a {
color: #5271FF;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<p style="text-align: left;">
<a
href="javascript:void(0);"
onclick="window.history.back();"
style="text-decoration: none; color: #000;">
<img
src="https://refhoster.com/img/arrow-back.png"
alt="Back"
loading="lazy"
width="25"
height="25"/>
</a>
</p>
<h1>404</h1>
<p>Page not found.
<a href="/index.html">Go to homepage</a>
</p>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-5Z5NN7LP"
height="0"
width="0"
style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
</body>
</html>