This repository has been archived on 2026-05-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
moonlight-skulk/resources/Project Templates/RequireJS/index.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>