u
This commit is contained in:
23
src/index.html
Normal file
23
src/index.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>3D Cube Viewer</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="loading">
|
||||
<div class="loading-spinner"></div>
|
||||
Loading 3D Model...
|
||||
</div>
|
||||
|
||||
<div id="info">
|
||||
<h2>3D Cube Viewer</h2>
|
||||
<p>🖱️ Left click + drag: Rotate around model</p>
|
||||
<p>🖱️ Right click + drag: Pan</p>
|
||||
<p>⚙️ Mouse wheel: Zoom in/out</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user