-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (37 loc) · 1.96 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
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie-edge" />
<!-- Leaflet -->
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.6.0/dist/leaflet.css"
integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ=="
crossorigin="" />
<script src="https://unpkg.com/leaflet@1.6.0/dist/leaflet.js"
integrity="sha512-gZwIG9x3wUXg2hdXF6+rVkLF/0Vi9U8D2Ntg4Ga5I5BZpVkVxlJWbSQtXPSiUTtC0TjtGOmxa1AJPuV0CPthew=="
crossorigin=""></script>
<link rel="stylesheet" href="style.css">
<title>CBERS-4 Track</title>
<link rel="shortcut icon" type="image/png" href="icon_.png">
</head>
<body style="background-color:rgb(170, 211, 223);">
<h1>Where is CBERS-4 ?</h1>
<h6> <a href="https://space.skyrocket.de/doc_sdat/cbers-3.htm" ; target="_blank"> What is CBERS-4 ?</a></h6>
<p class="p1">
<span style="color:rgb(75, 114, 169);font-weight:bold">Latitude: </span><strong><span
id="lat"></span>º</strong><br>
<span style="color:rgb(75, 114, 169);font-weight:bold">Longitude:</span> <strong><span
id="lon"></span>º</strong><br>
</p>
<div id="cbersMap"></div>
<script src="/script.js"></script>
<footer> <span style="color: rgb(38, 147, 190);"><b>source: </span> <a style="color: white;"
href="http://www.cbers.inpe.br/sobre/cbers04a.php" target="_blank"><b>CBERS/INPE <span
style="color: rgb(75, 114, 169);"> | </span> <a style="color: white;"
href="https://www.n2yo.com/api/" target="_blank"><b>N2YO <span style="color: rgb(75, 114, 169);"> |
</span> <a style="color: white;" href="https://www.space-track.org/auth/login"
target="_blank"><b>Space Track
</footer>
</body>
</html>