mirror of
https://github.com/photonstorm/phaser
synced 2024-12-13 14:53:01 +00:00
10 lines
202 B
HTML
Executable file
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>
|