-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (28 loc) · 866 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://unpkg.com/@picocss/pico@latest/css/pico.classless.min.css">
<title>JStachio Projects</title>
</head>
<body>
<main class="container">
<h1>jstach.io projects</h1>
<p>
This static site is to maintain aggregated documentation for jstach.io projects.
</p>
<section id="jstachio">
<h2>JStachio</h2>
<p>
<a href="https://github.com/jstachio/jstachio">Github repo</a>
</p>
<h3>Documentation by release</h3>
<strong>TODO make script to make listing </strong>
<ul>
<li><a href="doc/jstachio/v0.11.0">v0.11.0</a></li>
</ul>
</section>
</main>
</body>
</html>