bevyjam/index.html

13 lines
184 B
HTML
Raw Normal View History

2022-08-21 17:17:55 +00:00
<!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>