-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.3 KB
/
Copy pathindex.html
File metadata and controls
25 lines (25 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Darksun - Space Constellation Copilot</title>
<meta name="description" content="Darksun is a space simulation tool for orbital mechanics, interplanetary travel, and reentry vehicles using Three.js and a physics engine made to run on the web.">
<meta name="keywords" content="space, simulation, orbital mechanics, interplanetary travel, reentry vehicles, Three.js, physics engine">
<meta name="author" content="Darksun">
<meta name="robots" content="index, follow">
<meta name="googlebot" content="index, follow">
<meta name="bingbot" content="index, follow">
<meta name="alexaSiteVerification" content="darksunai.vercel.app">
<meta name="google-site-verification" content="darksunai.vercel.app">
<meta name="yandex-verification" content="darksunai.vercel.app">
<meta name="google-site-verification" content="darksunai.vercel.app">
<meta name="yandex-verification" content="darksunai.vercel.app">
<link href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css" rel="stylesheet" />
</head>
<body>
<div id="root"></div>
<div id="modal-root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>