pompy.dev/source/public/projects/3d/index.html

15 lines
425 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>3D</title>
<link rel="icon" href="/icon/icon_circle.svg" />
<link rel="stylesheet" href="/projects/3d/index.css" />
<script src="/projects/3d/index.js" defer></script>
<script src="/js/three.js"></script>
</head>
<body>
<div id="3dView"></div>
</body>
</html>