Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cryscan committed Feb 12, 2023
1 parent 767525c commit dbaa6a4
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions wasm/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<!doctype html>
<html lang="en">
<script type="module">
import init from './bevy_game.js'
init()
</script>

<body style="margin: 0px;">
<head>
<title>Bounce Up!</title>
</head>

<body>
<script type="module">
import init from './bevy_game.js'
init()
</script>
</body>

</html>

0 comments on commit dbaa6a4

Please sign in to comment.