phaser/resources/Project Templates/Webpack/index.html

11 lines
202 B
HTML
Raw Normal View History

2015-07-21 17:32:21 +00:00
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<title>hello phaser-webpack</title>
<script src="build/bundle.js"></script>
</head>
<body>
</body>
</html>