wasm-http-server/docs/index.html
Nicolas Lepage a5c816d720
📝
2021-01-23 22:48:28 +01:00

14 lines
346 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>go-wasm-http-server demo</title>
</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>
</ul>
</body>
</html>