12 lines
226 B
HTML
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> |