konva/test-old/html/special/requirejs.html

13 lines
378 B
HTML
Raw Normal View History

2012-12-02 10:44:13 +08:00
<!DOCTYPE html>
<html>
<head>
<title>My Sample Project</title>
<!-- data-main attribute tells require.js to load
scripts/main.js after require.js loads. -->
<script data-main="scripts/main" src="scripts/require.js"></script>
</head>
<body>
<h1>My Sample Project</h1>
<div id="container"></div>
</body>
</html>