-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (49 loc) · 930 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>nil directory</title>
<link rel="icon" type="image/png" href="icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<style>
html {
background: thistle;
color: seagreen;
font-family: monospace;
font-size: x-large;
height: 100%;
}
body {
display: flex;
height: 100%;
max-height: 720px;
margin: 0;
}
table {
margin: auto;
}
td {
padding: 0 0.5em;
}
</style>
<body>
<table>
<tr>
<td>v0</td>
<td>base58</td>
<td>QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn</td>
</tr>
<tr>
<td>v1</td>
<td>base58</td>
<td>zdj7WbTaiJT1fgatdet9Ei9iDB5hdCxkbVyhyh8YTUnXMiwYi</td>
</tr>
<tr>
<td>v1</td>
<td>base32</td>
<td>bafybeiczsscdsbs7ffqz55asqdf3smv6klcw3gofszvwlyarci47bgf354</td>
</tr>
</table>
</body>
</html>