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