mirror of
https://github.com/scratchfoundation/scratch-tech-explorations.git
synced 2025-07-13 13:24:04 -04:00
11 lines
258 B
HTML
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>
|