iris/_examples/webassembly/client/hello.html

10 lines
180 B
HTML
Raw Normal View History

<!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>