Files
LNXSDK/Kha/Kore/Backends/System/Wasm/JS-Sources/index.html

7 lines
130 B
HTML
Raw Normal View History

2026-05-22 01:09:33 -07:00
<!DOCTYPE html>
<body>
<canvas id="kanvas" width="800" height="600"></canvas>
<script src="start.js"></script>
</body>