23 lines
501 B
HTML
23 lines
501 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>
|
|
</body>
|
|
|
|
</html> |