iris/_examples/webassembly/basic/client/hello.html
Gerasimos (Makis) Maropoulos 47075a82e9 fix an idiot typo
Former-commit-id: 3b493bedb38641c84e19c3b53d6bd0b273cc9d81
2020-05-05 22:07:56 +03:00

10 lines
180 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Hello Webassembly + Iris (Go)</title>
</head>
<body>
<div id="hello"></div>
<script type="module" src="main.js"></script>
</body>
</html>