wasm-http-server/docs/index.html

14 lines
346 B
HTML
Raw Normal View History

2021-01-22 15:39:26 +01:00
<!DOCTYPE html>
<html>
<head>
<title>go-wasm-http-server demo</title>
</head>
<body>
<ul>
<li><a href="hello">Hello demo</a></li>
2021-01-22 15:54:33 +01:00
<li><a href="hello-state">Hello with state demo</a></li>
2021-01-23 22:48:28 +01:00
<li><a href="https://nlepage.github.io/catption/wasm/">😺 Catption generator demo</a></li>
2021-01-22 15:39:26 +01:00
</ul>
</body>
</html>