mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
13 lines
378 B
HTML
13 lines
378 B
HTML
<!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> |