-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathterms-of-use.html
More file actions
262 lines (247 loc) · 10.2 KB
/
Copy pathterms-of-use.html
File metadata and controls
262 lines (247 loc) · 10.2 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Refhoster - Terms of use</title>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-QDFP31GGTT"></script>
<meta name="title" content="Therms of use | Refhoster"/>
<meta
name="description"
content="We explicitly distance ourselves from the content of individual link collections and links to external websites."/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://refhoster.com/"/>
<meta property="og:title" content="Refhoster | Therms of use"/>
<meta property="og:description" content="Host your references on a QR code"/>
<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 {
font-family: system-ui, Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
font-weight: 300;
background-color: #f9f9f9;
margin: 0;
padding: 20px;
}
.container {
width: 100%;
max-width: 500px;
margin: 70px auto;
}
.navbar {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 20px;
background-color: rgba(255, 255, 255, 0.9);
backdrop-filter: blur(5px);
position: fixed;
width: 100%;
top: 0;
height: 50px;
border-bottom: 2px solid #5170FF;
left: 0;
z-index: 1000;
box-sizing: border-box;
padding: 15px 20px;
width: 100%;
left: 0;
}
.logo {
max-width: 150px;
height: auto;
}
.navbutton {
background-color: #3c55c4;
padding: 3px;
height: 6px;
border: 2px solid #3c55c4;
padding-left: 8px;
padding-right: 8px;
border-radius: 18px;
color: #fff !important;
transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
}
.navbutton:hover {
background-color: transparent;
border: 2px solid #5170FF;
color: #000000 !important;
}
.nav-links {
margin-left: auto;
margin-right: 5px;
}
.nav-links a {
margin-left: 20px;
text-decoration: none !important;
color: black;
font-weight: 500;
transition: color 0.3s ease;
}
.nav-links a:hover {
color: #5170FF;
}
@media (max-width: 520px) {
.navbar {
justify-content: center;
}
.nav-links {
display: none;
}
}
h1 {
text-align: center;
font-size: 30px;
margin-top: 5px;
margin-bottom: 20px;
color: #5170FF;
}
p {
line-height: 1.6;
text-align: left;
}
.back-link {
display: block;
margin-bottom: 20px;
text-align: left;
color: #007bff;
text-decoration: none;
}
.back-link:hover {
text-decoration: underline;
}
hr {
border: none;
height: 1px;
background-color: #000000;
margin: 20px 0;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="navbar">
<a href="/">
<img
src="https://refhoster.com/img/refhoster-logo.png"
alt="Refhoster Logo"
loading="lazy"
class="logo">
</a>
<div class="nav-links">
<a href="/view.html?pin=1234">Demo</a>
<a href="/terms-of-use.html">Terms of use</a>
<a class="navbutton" href="/create.html">Get started</a>
</div>
</div>
<div class="container">
<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"
width="25"
height="25"/>
</a>
</p>
<h1>Terms of use</h1><hr>
<p>We explicitly distance ourselves from the content of individual link
collections and links to external websites.</p>
<h2>Sensitive content:</h2>
<p>Do not enter any sensitive information into our link collection creation form (<a href="/create">refhoster.com/create</a>). All information entered can be viewed by anyone.</p>
<h2>External Links:</h2>
<p>Link collections may contain links to external websites that are not provided
or maintained by or in any way affiliated with the Company.</p>
<h2>Deletion of Content:</h2>
<p>We have the right to delete data without giving reasons. Deleted link
collections cannot be restored. Users are responsible for creating backups of
their data on this site themselves. Additionally, unused link collections will
be deleted after six months of inactivity. Administrators review link
collections randomly or with appropriate systems regularly for contents that
violate valid law. Administrators can randomly lock or delete link collections
at any time without prior announcement.</p>
<h2>Technical Disruptions:</h2>
<p>We make no guarantees or warranties regarding the technical functionality of
the website or its associated services, including but not limited to failures
due to software errors, hardware failure, network disruptions or other technical
causes. Users are recommended to maintain an efficient and up-to-date backup
strategy to minimize possible data loss or damages during technical disruptions.
Users use the service at their own risk and responsibility.</p>
<h2>Changes:</h2>
<p>The referenced host may change these terms of use at any time by publishing a
corresponding notification on his website. The continued use of the website
implies acceptance of these changes.</p>
<hr>
</div>
<p style="text-align: center;">
<a
href="mailto:contact-net@lumicoo.com"
style="text-decoration: none; color: #000;">Email</a>
|
<a href="/privacy-policy.html" style="text-decoration: none; color: #000;">Privacy Policy</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>