phaser/v2/resources/Project Templates/Webpack/index.html
2016-11-23 00:17:46 +00:00

10 lines
202 B
HTML
Executable file

<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<title>hello phaser-webpack</title>
<script src="build/bundle.js"></script>
</head>
<body>
</body>
</html>