Files
wasm-http-server/docs/index.html
Nicolas Lepage a48b088723 🚧 Add hello with state
2021-01-22 15:54:33 +01:00

13 lines
245 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>
</ul>
</body>
</html>