-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (57 loc) · 1.4 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>go.cosmonity.xyz Go Modules</title>
<style>
* { font-family: sans-serif; }
body { margin: 16px; background-color: #f4f4f4; }
.content {
max-width: 600px;
margin: 0 auto;
background-color: #fff;
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
padding: 16px;
}
code {
display: block;
font-family: monospace;
font-size: 1em;
background-color: #eee;
padding: 1em;
margin-bottom: 16px;
}
ul { margin-top: 16px; margin-bottom: 16px; }
@media (max-width: 600px) {
.content {
max-width: 100%;
margin: 0 8px;
box-shadow: none;
}
}
</style>
</head>
<body>
<div class="content">
<h2>go.cosmonity.xyz Go Modules</h2>
<ul>
</ul>
<h3>Libraries:</h3>
<ul>
<li>
<a href="/chain-minimal">chain-minimal</a>
</li>
<li>
<a href="/evolve">evolve</a>
<ul><li><a href="/evolve/runtime/v2">runtime/v2</a></li><li><a href="/evolve/server/v2">server/v2</a></li><li><a href="/evolve/server/v2/stf">server/v2/stf</a></li><li><a href="/evolve/server/v2/appmanager">server/v2/appmanager</a></li><li><a href="/evolve/server/v2/cometbft">server/v2/cometbft</a></li><li><a href="/evolve/store/v2">store/v2</a></li></ul></li>
<li>
<a href="/example">example</a>
</li>
</ul>
<hr/>
Generated by <a href="https://github.com/julienrbrt/vangen">vangen</a>.
</div>
</body>
</html>