Skip to content

Commit

Permalink
Add an html file for the wasm target
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Mar 16, 2024
1 parent d0b67d5 commit cb34e5b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Backends/System/Wasm/JS-Sources/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!DOCTYPE html>

<body>
<canvas id="kanvas" width="800" height="600"></canvas>
<script src="start.js"></script>
</body>

0 comments on commit cb34e5b

Please sign in to comment.