mirror of
https://github.com/photonstorm/phaser
synced 2024-12-14 07:13:00 +00:00
10 lines
238 B
HTML
10 lines
238 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<title>hello phaser-requirejs</title>
|
||
|
<script data-main="src/main" src="src/libs/requirejs/require.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
</body>
|
||
|
</html>
|