scratch-tech-explorations/index-dev.html
Christopher Willis-Ford 395d3467f0 feat: build for web
2022-10-14 17:38:49 -07:00

11 lines
258 B
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<title>scratch-bevy</title>
</head>
<script type="module">
import init from './target/web/web-dev/scratch-bevy.js';
init();
</script>
</html>