Files
habitica/require.js-example/index.html
T
yangit ff8721b4a3 Require.js example.
Alogos are still BROKEN. I'm deploying them here for testing.
2013-05-15 13:27:17 +08:00

12 lines
226 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Require.js example</title>
<!--Require.js will start by loading app/main.js-->
<script data-main="app/main" src="requirejs/require.js"></script>
</head>
<body>
</body>
</html>