mirror of
https://github.com/photonstorm/phaser
synced 2024-12-13 23:02:56 +00:00
10 lines
No EOL
238 B
HTML
10 lines
No EOL
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> |