-
Notifications
You must be signed in to change notification settings - Fork 4
/
disclaimer.html
43 lines (40 loc) · 2.7 KB
/
disclaimer.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
<html>
<head>
<meta charset='UTF-8'><meta name='viewport' content='width=device-width, initial-scale=1.0'>
<title>Gateway Disclaimer</title>
<meta name="title" content="IPNS-Link Gateway | Disclaimer">
<meta name='description' content='Public gateway or proxy to webapps exposed using IPNS'>
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
<link rel="manifest" href="./site.webmanifest">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="heading">
<div class="first-head">
<img src="./ipfs-logo.png" alt="ipfs logo">
<h1 class="main-header">IPNS-Link Disclaimer</h1>
</div>
</div>
<div class="extra-text">
<p><a href="https://github.com/ipns-link">IPNS-Link</a> consists of an exposer app, henceforth referred to as Exposer, and a web-portal, henceforth referred to as Gateway. The Gateway merely acts as a smart proxy and does not host anything by itself. Both the Exposer and the Gateway do not process any user data except the http request headers, and therefore remain agnostic of the contents of the website(s) being exposed and accessed using IPNS-Link. <br><br>
IPNS-Link was conceived and is being maintained, with humanity's best interests in mind - ranging from freedom of speech, self-expression and sharing of valuable information under the <a href="https://www.copyright.gov/fair-use/more-info.html">Fair-Use policy</a>. It is not meant to be misused for copyright infringing, illegal or criminal activities and blatantly unethical acts. On request, all public Gateway providers, following due diligence, may block offensive sites from being served through their respective Gateways. <br><br>
The developer(s) and maintainer(s) of IPNS-Link will not be responsible or accountable for any harm caused by the use of any software from the <a href="https://github.com/ipns-link">IPNS-Link organization</a>.</p><br>
<form action="./" method="GET">
<button class="regular-button">Back To Gateway</a></button>
</form>
</div>
<div class="spacer"></div>
<div class="footer">
<p class="footer-text-center">
<a href="https://ipnslink.com/about.html">About</a> |
<a href="https://github.com/ipns-link/specs/blob/main/DISCLAIMER.md">Disclaimer</a> |
<a href="mailto:contact@ipnslink.com">Report Abuse</a> |
<a href="./donate.html">Donate</a> |
<a href="./credits.html">Credits</a> |
<a href="./admin.html">Admin</a>
</p>
</div>
</body>
</html>