weblog/examples/web-sys/static/index.html

16 lines
332 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Weblog Test</title>
<script type="module">
import init from "/wasm.js";
init();
</script>
<link rel="shortcut icon" href="#" />
</head>
<body>
<h2>Check developer tools console for log messages.</h2>
</body>
</html>