wasm-bindgen/examples/webxr/index.html
ltzz 9d80e7dc17
Fix canvas is not a self closing tag. (#2408)
Co-authored-by: ltzz <ltzz@users.noreply.github.com>
2021-01-04 09:31:01 -06:00

9 lines
184 B
HTML

<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
</head>
<body>
<canvas id="canvas" height="150" width="150"></canvas>
</body>
</html>