-
Notifications
You must be signed in to change notification settings - Fork 120
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 777 Bytes
/
Copy pathindex.html
File metadata and controls
17 lines (17 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="description" content="Satellite orbit visualization with CesiumJS" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" />
<title>Satellite Orbit Visualization</title>
</head>
<body>
<noscript><h1>JavaScript is not enabled, please check your browser settings.</h1></noscript>
<div id="cesiumContainer"></div>
<!-- `dark` forces Nuxt UI onto its dark palette (Vue mode has no color-mode
switch and defaults to light); this app is a dark globe UI throughout. -->
<div id="app" class="dark isolate" v-cloak></div>
<script type="module" src="/src/app.ts"></script>
</body>
</html>