scratch-tech-explorations/index-dev.html

12 lines
258 B
HTML
Raw Permalink Normal View History

2022-10-14 17:38:49 -07:00
<!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>