bevyjam/index.html

14 lines
209 B
HTML
Raw Normal View History

2022-08-21 19:17:55 +02:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
2022-08-25 08:20:13 +02:00
<title>Bevyjam</title>
2022-08-21 19:17:55 +02:00
</head>
<body>
<script type="module">
import init from './target/bevyjam.js'
init()
</script>
</body>
</html>