spiral_calendar/index.html

24 lines
555 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Чё зыришь глаза пузыришь?</title>
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<canvas id="canvas"></canvas>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.158.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.158.0/examples/jsm/"
}
}
</script>
<script src="view/graphics.js" type="module"></script>
<script src="view/controls.js" type="module"></script>
</body>
</html>