Skip to content

Commit f70251b

Browse files
authored
added index.html
1 parent 78af0db commit f70251b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)