iris/_examples/webassembly/basic/client/hello.html
Gerasimos (Makis) Maropoulos cd5109ae0e Iris + WebAssemply = = 💓
Former-commit-id: 44f08f112cfba8006d2a6fe34e32b24e5c246856
2018-07-09 09:13:36 +03:00

10 lines
180 B
HTML

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