-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
69 lines (66 loc) · 2.3 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Documentation - Free To Use, Astronomy API For Developers</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="description" content="Description" />
<meta
name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
/>
<link
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro"
rel="stylesheet"
/>
<link href="https://fonts.googleapis.com/css?family=Comfortaa"
rel="stylesheet" / >
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.0/css/bootstrap.min.css"
integrity="sha256-/ykJw/wDxMa0AQhHDYfuMEwVb4JHMx9h4jD4XvHqVzU="
crossorigin="anonymous"
/>
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="container-fluid">
<nav class="navbar navbar-expand navbar-dark bg-dark fixed-top">
<a href="http://astronomyapi.com" class="navbar-brand">
<img src="/astronomy_api_logo.png" class="" />
<span class="brand"
>Astronomy <strong>API</strong> <span>Beta</span></span
>
</a>
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="http://astronomyapi.com/dashboard"
>Dashboard</a
>
</li>
</ul>
</nav>
</div>
<div style="margin-top: 100px">
<ul>
<li><a href="v2/index.html">v2 documentation</a></li>
<li><a href="v1/index.html">v1 documentation (deprecated)</a></li>
</ul>
</div>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-104514864-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-104514864-1");
</script>
</body>
</html>