-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
50 lines (49 loc) · 2.2 KB
/
index.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
<!--Note to public Gateway providers
Edit this file as follows
1. Replace contact@ipnslink.com with your email id.
2. Replace https://github.com/ipns-link/contribute/blob/main/donate.md with your payment gateway URL.
-->
<html>
<head>
<meta charset='UTF-8'><meta name='viewport' content='width=device-width, initial-scale=1.0'>
<title>IPNS-Link-Gateway</title>
<meta name="title" content="IPNS-Link Gateway">
<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 Gateway</h1>
</div>
<h2 class="sub-header">Access dynamic and static websites exposed using IPNS</h2>
</div>
<form action="./" method="GET">
<div class="search">
<br><label class="search-info" for="path">▼ IPNS-Key / DNSLink / *.ipns ▼</label><br>
<br><input class="search-input" name="ipns-link-gateway" id="path" pattern="[0-9a-zA-Z-.]+(\/.*)?" title="key/path" placeholder="keyIPNS/path OR example.com/path OR name.ipns/path"><br>
<br><button class="regular-button">GET</button><br>
</div>
</form>
<div class="extra-text">
<p><a href="https://ipnslink.com/get-started.html">Expose your site</a></p>
<!-- <p>Register FREE .ipns domains <span class="coming-soon-tag">In Progress</span></p> -->
</div>
<div class="spacer"></div>
<div class="footer">
<p class="footer-text-center">
<a href="https://ipnslink.com/about.html">About</a> |
<a href="./disclaimer.html">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>