13 lines
184 B
HTML
13 lines
184 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8"/>
|
||
|
</head>
|
||
|
<body>
|
||
|
<script type="module">
|
||
|
import init from './target/bevyjam.js'
|
||
|
init()
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|