-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (41 loc) · 1.79 KB
/
Copy pathindex.html
File metadata and controls
45 lines (41 loc) · 1.79 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="initial-scale=1,user-scalable=no,maximum-scale=1"
/>
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="theme-color" content="#1a1a2e" />
<meta name="phet-sim-level" content="production" />
<meta
name="description"
content="A two-screen SceneryStack simulation porting the NAAP Solar System Models lab (Ptolemaic System + Planetary Configurations)."
/>
<!-- Open Graph (LMS / social share previews). Update og:url after deploy. -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Solar System Models" />
<meta
property="og:description"
content="A two-screen SceneryStack simulation porting the NAAP Solar System Models lab (Ptolemaic System + Planetary Configurations)."
/>
<meta property="og:image" content="./icons/icon-512.png" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Solar System Models" />
<meta
name="twitter:description"
content="A two-screen SceneryStack simulation porting the NAAP Solar System Models lab (Ptolemaic System + Planetary Configurations)."
/>
<meta name="twitter:image" content="./icons/icon-512.png" />
<link rel="icon" href="./favicon.ico" sizes="any" />
<link rel="icon" href="./icons/icon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="./icons/apple-touch-icon.png" />
<title>Solar System Models</title>
</head>
<body style="background-color: black">
<script type="module" src="./src/main.ts"></script>
</body>
</html>