add missing opening html tag

This commit is contained in:
Marco Grassi 2021-08-19 20:44:30 +08:00 committed by Simon Hausmann
parent daddce2b5d
commit da1879f049

View file

@ -54,6 +54,7 @@ file. The SixtyFPS runtime expects the `<canvas>` element to have the id `id = "
(Replace `memory.js` by the correct file name).
```html
<html>
<body>
<!-- canvas required by the SixtyFPS runtime -->
<canvas id="canvas">>/canvas>