This commit is contained in:
Nicolas Lepage
2021-01-24 21:28:56 +01:00
parent 32e6c6349c
commit 74999fa92e
2 changed files with 7 additions and 10 deletions

View File

@@ -5,9 +5,9 @@
</head>
<body>
<ul>
<li><a href="hello">Hello demo</a></li>
<li><a href="hello-state">Hello with state demo</a></li>
<li><a href="https://nlepage.github.io/catption/wasm/">😺 Catption generator demo</a></li>
<li><a href="hello">Hello demo</a> (<a href="https://github.com/nlepage/go-wasm-http-server/tree/master/docs/hello">sources</a>)</li>
<li><a href="hello-state">Hello with state demo</a> (<a href="https://github.com/nlepage/go-wasm-http-server/tree/master/docs/hello-state">sources</a>)</li>
<li><a href="https://nlepage.github.io/catption/wasm/">😺 Catption generator demo</a> (<a href="https://github.com/nlepage/catption/tree/wasm">sources</a>)</li>
</ul>
</body>
</html>