game-multi-test / index.html
Omnibus's picture
Upload 27 files
c679a93
raw
history blame
424 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<script type="module" src="bundle.js"></script>
<style>
html,
body {
margin: 0;
padding: 0;
}
</style>
<title>Phaser 3 Game</title>
</head>
<body></body>
</html>