We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78af0db commit f70251bCopy full SHA for f70251b
index.html
@@ -0,0 +1,18 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Orrery Web App</title>
7
+ <link rel="stylesheet" href="style.css">
8
+</head>
9
+<body>
10
+ <h1>Interactive Orrery Web App</h1>
11
+ <div id="container"></div> <!-- 3D Rendering Area -->
12
+
13
+ <!-- Import three.js library -->
14
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
15
+ <!-- Main JavaScript file -->
16
+ <script src="app.js"></script>
17
+</body>
18
+</html>
0 commit comments