-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathic_dns.html
250 lines (239 loc) · 9.05 KB
/
ic_dns.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>IC_DNS | Domain Names for the IC</title>
<style>
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
background-color: #f9f9f9;
color: #333;
}
header, main, footer {
max-width: 800px;
margin: 0 auto;
padding: 1rem;
text-align: center;
}
header h1, header h2 {
margin: 0.5rem 0;
}
p {
line-height: 1.5;
margin: 1rem 0;
}
section {
margin-bottom: 2rem;
}
.instructions-box {
border: 1px solid #ccc;
background: #fff;
padding: 1rem;
margin: 2rem 0;
text-align: center;
}
.instructions-box p {
margin-bottom: 1.5rem;
}
.instructions-box a.github-link {
font-size: 1.2rem;
font-weight: bold;
display: inline-block;
margin-top: 1rem;
padding: 0.5rem 1rem;
color: #fff;
background: #0066cc;
text-decoration: none;
border-radius: 5px;
}
.instructions-box a.github-link:hover {
background: #0055aa;
}
table {
border-collapse: collapse;
background: #fff;
margin: 0 auto;
width: 100%;
max-width: 400px;
}
th, td {
border: 1px solid #ddd;
padding: 0.75rem;
text-align: left;
vertical-align: top;
}
th {
background: #f0f0f0;
text-align: center;
}
td a {
color: #0066cc;
text-decoration: none;
}
td a:hover {
text-decoration: underline;
}
.tables-container {
display: flex;
flex-direction: column;
align-items: center;
gap: 3rem;
}
footer {
margin-top: 2rem;
text-align: center;
}
footer p, footer a {
margin: 0.5rem 0;
color: #0066cc;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
footer .footer-actions {
margin-top: 1rem;
}
footer button {
background: #0066cc;
color: #fff;
border: none;
padding: 0.5rem 1rem;
border-radius: 5px;
cursor: pointer;
}
footer button:hover {
background: #0055aa;
}
/* Responsive Adjustments */
@media (max-width: 600px) {
table {
max-width: 100%;
}
}
</style>
</head>
<body>
<header>
<h1>IC_DNS</h1>
<h2><a href="https://ic0.io" target="_blank" rel="noopener noreferrer">ic0.io</a></h2>
</header>
<main>
<p>Prefixes for canister ID redirects: Change your canister ID URL into a prefixed ic0.io URL.</p>
<p>Internet Computer native URLs for Canister URLs. Making canisters readable for the Everyman</p>
<div class="tables-container">
<!-- Current URLs Table -->
<section>
<h3>Current URLs</h3>
<!-- Sort the URLs alphabetically and arrange two per row -->
<table>
<tr><th colspan="2">Current URLs</th></tr>
<tr>
<td><a href="http://bob.ic0.io">bob.ic0.io</a></td>
<td><a href="http://breakingbits.ic0.io">breakingbits.ic0.io</a></td>
</tr>
<tr>
<td><a href="http://clown.ic0.io">clown.ic0.io</a></td>
<td><a href="http://clouds.ic0.io">clouds.ic0.io</a></td>
</tr>
<tr>
<td><a href="http://dex.ic0.io">dex.ic0.io</a></td>
<td><a href="http://dkp.ic0.io">dkp.ic0.io</a></td>
</tr>
<tr>
<td><a href="http://ic0.io">ic0.io</a></td>
<td><a href="https://icdevs.ic0.io">icdevs.ic0.io</a></td>
</tr>
<tr>
<td><a href="https://jordan.ic0.io">jordan.ic0.io</a></td>
<td><a href="http://judy.ic0.io">judy.ic0.io</a></td>
</tr>
<tr>
<td><a href="https://kong.ic0.io">kong.ic0.io</a></td>
<td><a href="http://lock.ic0.io">lock.ic0.io</a></td>
</tr>
<tr>
<td><a href="https://msq.ic0.io">msq.ic0.io</a></td>
<td><a href="http://nfid.ic0.io">nfid.ic0.io</a></td>
</tr>
<tr>
<td><a href="http://nns.ic0.io">nns.ic0.io</a></td>
<td><a href="https://oisy.ic0.io">oisy.ic0.io</a></td>
</tr>
<tr>
<td><a href="http://paca.ic0.io">paca.ic0.io</a></td>
<td><a href="http://pacapump.ic0.io">pacapump.ic0.io</a></td>
</tr>
<tr>
<td><a href="https://ponzi.ic0.io">ponzi.ic0.io</a></td>
<td><a href="https://sneed.ic0.io">sneed.ic0.io</a></td>
</tr>
<tr>
<td><a href="http://swap.ic0.io">swap.ic0.io</a></td>
<td><a href="https://taggr.ic0.io">taggr.ic0.io</a></td>
</tr>
<tr>
<td><a href="http://tendy.ic0.io">tendy.ic0.io</a></td>
<td><a href="https://theneedfuldo.ic0.io">theneedfuldo.ic0.io</a></td>
</tr>
<tr>
<td><a href="https://toolkit.ic0.io">toolkit.ic0.io</a></td>
<td><a href="https://vectors.ic0.io">vectors.ic0.io</a></td>
</tr>
<tr>
<td><a href="http://wallet.ic0.io">wallet.ic0.io</a></td>
<td><a href="http://wtn.ic0.io">wtn.ic0.io</a></td>
</tr>
<tr>
<td><a href="http://wumbo.ic0.io">wumbo.ic0.io</a></td>
<td></td>
</tr>
</table>
</section>
<!-- URLs for Sale Table -->
<section>
<h3>URLs for Sale</h3>
<!-- Alphabetically and two per row -->
<table>
<tr><th colspan="2">For Sale</th></tr>
<tr>
<td><a href="http://ai.ic0.io">ai.ic0.io</a></td>
<td><a href="http://bitcoin.ic0.io">bitcoin.ic0.io</a></td>
</tr>
<tr>
<td><a href="http://btc.ic0.io">btc.ic0.io</a></td>
<td><a href="http://ck.ic0.io">ck.ic0.io</a></td>
</tr>
<tr>
<td><a href="http://cloud.ic0.io">cloud.ic0.io</a></td>
<td><a href="https://ic0.ai">ic0.ai</a></td>
</tr>
<tr>
<td><a href="http://oc.ic0.io">oc.ic0.io</a></td>
<td><a href="http://openchat.ic0.io">openchat.ic0.io</a></td>
</tr>
<tr>
<td><a href="http://panda.ic0.io">panda.ic0.io</a></td>
<td><a href="http://panda.ic0.io">dogmi.ic0.io</a> </td>
</tr>
</table>
</section>
</div>
<div class="instructions-box">
<p><strong>To request a URL:</strong> make a pull request with your desired prefix and the exact URL you would like the prefix to point to. This is in alpha and is permissioned. Known projects and SNS DAOs have priority. Not all requests will be granted.</p>
<a class="github-link" href="https://github.com/Bitcorn-labs/Ic_dns/blob/main/README.md" target="_blank" rel="noopener noreferrer">Visit Our GitHub</a>
</div>
<p>Thank you <a href="https://icdevs.org" target="_blank" rel="noopener noreferrer">icdevs</a> for the ICRC86 standard implementation.</p>
</main>
<footer>
<p><a href="https://t.me/BItcornChads" target="_blank" rel="noopener noreferrer">negotiate a purchase</a></p>
<p class="footer-actions">
<a href="https://github.com/Bitcorn-labs/Ic_dns/blob/main/README.md" target="_blank" rel="noopener noreferrer">GitHub</a> |
<button type="button">dapp</button>
</p>
</footer>
</body>
</html>