wasm-bindgen/examples/dom/index.html
2018-03-21 08:26:00 -07:00

10 lines
210 B
HTML

<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
</head>
<body>
<script src='./index.js'></script>
<p>A greeting from rust looks like...</p>
</body>
</html>