-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (59 loc) · 2.62 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta property="og:title" content=".lilnode domains" />
<meta property="og:image" content="/preview.png" />
<title>.lilnode Domains</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link href='https://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet'>
</head>
<body>
<script src="script.js"></script>
<div class="title">.lilnode Domains</div>
<div class="subtitle">Decentralized domains on Ethereum</div>
<div class="subtitle">in a decentralized root zone</div>
<div class="subtitle">on Handshake</div>
<div class="search">
<input type="text" class="searchbox" placeholder="Enter domain" value="" onKeyDown="handleKeyDown()" ></input>
<div class="subtitle green">.lilnode</div>
</div>
<div class="wrap-collabsible">
<input id="collapsible" class="toggle" type="checkbox">
<label for="collapsible" class="lbl-toggle">How to access .lilnode sites</label>
<div class="collapsible-content">
<div class="content-inner">
<div>
(1) <a href="https://impervious.com/fingertip">Fingertip</a> Resolver,
(2) <a href="https://impervious.com/beacon">Beacon</a> Browser,
(3) <a href="https://hns.is/">Hns.is</a> Gateway,
(4) <a href="https://github.com/handshake-org/hsd">HSD</a> Fullnode</div>
<br></br>
</div>
</div>
</div>
<div class="wrap-collabsible">
<input id="collapsible2" class="toggle" type="checkbox">
<label for="collapsible2" class="lbl-toggle">How to set up .lilnode sites</label>
<div class="collapsible-content">
<div class="content-inner">
<div>
(1) Handshake web hosting options include using a personal <a href="https://github.com/pinheadmz/handout">webserver</a>, <a href="https://www.instructables.com/Nginx-DANE-Hosting-on-Google-VM-for-Handshake/">NGINX + Google VM</a> or <a href="https://docs.ipfs.tech/how-to/websites-on-ipfs/link-a-domain/#handshake">IPFS</a>.
<br></br>
<div>then</div>
<br></br>
(2a) Connect your domain by adding name records directly on Ethereum
<br></br>
<div>or</div>
<br></br>
(2b) Point NS records to a <a href="https://hshub.io/">public</a> or <a href="https://github.com/pinheadmz/handout">self-hosted</a> nameserver to add records off-chain</div>
<br></br>
</div>
</div>
</div>
<div class="footer">
Website Opensourced by <a href="https://theshake.xyz/">The Shake</a>
</div>
</body>
</html>