-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
42 lines (34 loc) · 3.17 KB
/
index.html
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
<html>
<head>
<meta charset="utf-8">
<meta name="description"
content="A real-time satellite tracker in 3D. Especially made to enjoy the view from the International Space Station in real-time. Everything that is visualized like earth, sun and moon is in original scale and at the exact position in space at this time in HD. (Real-time location tracking and predictions based on latitude and altitude) You can see or track live the position of the ISS, interactive on the map online in any browser. You can also see the future orbit of the Space Station. The design is inspired by SpaceX. ISSTracker / SatelliteTracker.net"/>
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Real-time Satellite Tracker 3D (ISS Tracker)</title>
<link rel="stylesheet" type="text/css" href="css/space.css">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/fav/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/fav/favicon-16x16.png">
<link rel="shortcut icon" href="assets/img/fav/favicon.ico">
<meta property="og:type" content="article"/>
<meta property="og:title" content="Real-time Satellite Tracker 3D (ISS Tracker)"/>
<meta property="og:description"
content="A real-time satellite tracker in 3D. Especially made to enjoy the view from the International Space Station in real-time. Everything that is visualized like earth, sun and moon is in original scale and at the exact position in space at this time in HD. (Real-time location tracking and predictions based on latitude and altitude) You can see or track live the position of the ISS, interactive on the map online in any browser. You can also see the future orbit of the Space Station. The design is inspired by SpaceX. ISSTracker / SatelliteTracker.net"/>
<meta property="og:image" content="https://labystudio.de/page/satellitetracker3d/assets/img/thumbnail/model.png"/>
<meta property="og:site_name" content="3D Satellite Tracker"/>
<meta name="twitter:title" content="Real-time Satellite Tracker 3D (ISS Tracker)">
<meta name="twitter:description"
content="A real-time satellite tracker in 3D. Especially made to enjoy the view from the International Space Station in real-time. Everything that is visualized like earth, sun and moon is in original scale and at the exact position in space at this time in HD. (Real-time location tracking and predictions based on latitude and altitude) You can see or track live the position of the ISS, interactive on the map online in any browser. You can also see the future orbit of the Space Station. The design is inspired by SpaceX. ISSTracker / SatelliteTracker.net">
<meta name="twitter:image" content="https://labystudio.de/page/satellitetracker3d/assets/img/thumbnail/model.png">
<meta name="twitter:creator" content="@LabyStudio">
<!-- Preload custom fonts -->
<comment style="font-family: 'FoundryGridnik', cursive; line-height: 0"></comment>
</head>
<!-- Canvas -->
<body>
<div id="canvas"></div>
<span id="pre-status">Loading page...</span>
</body>
<!-- Script -->
<script src="js/main.js"></script>
</html>