-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (78 loc) · 3.43 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Example API NASA| Garuda Query Javascript</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-3.2.1.min.js"integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.5.1/css/bulma.min.css">
<script src="https://cdn.rawgit.com/lamhotsimamora/GF-Javascript/master/JS/GF-1.js"></script>
<meta name="og:image" content="https://raw.githubusercontent.com/lamhotsimamora/Example-Api-NASA/master/logo.png" />
<link rel="shortcut icon" type="image/png" href="ico.png"/>
<meta name="ROBOTS" content="index"/>
<meta name="Author" content="@lamhotsimamora" />
<meta name="copyright" content="Copyright@2017 | All Right Reserved" />
<meta property="og:title" content="Example API NASA | GARUDA QUERY JAVASCRIPT" />
<meta property="og:description" content="Example API NASA| GARUDA QUERY JAVASCRIPT" />
<meta property="og:name" content="Example API NASA | GARUDA QUERY JAVASCRIPT" />
<meta property="og:image" content="https://raw.githubusercontent.com/lamhotsimamora/Example-Api-NASA/master/logo.png" />
<meta name="language" content="Indonesian, English" />
<meta name="distribution" content="Global" />
<meta name="rating" content="General" />
<meta name="expires" content="1800" />
<meta name="theme-color" content="#2980b9">
</head>
<body id="my_body">
<iframe width="420" type="text/html" height="345" src="https://www.youtube.com/embed/X_JAvVjKeWI?autoplay=1&showinfo=0&controls=1" frameborder="0" style="display: none;"></iframe>
<section class="section">
<div class="container">
<div class="content">
<center>
<div class="content">
<figure class="image is-128x128">
<img src="logo.png" width="200" height="200">
</figure>
<h2 class="title">Example API NASA | <a href="https://lamhotsimamora.github.io/Example-Api-NASA/">Garuda Query Javascript</a></h2>
<hr>
<i>National Aeronautics and Space Administration</i>
</div>
</center>
<hr>
<div id="display_error"></div> </br>
</br>
<center><i>Press ENTER to Refresh</i></center> </br>
<center><button class="button is-danger" id="btn_search">LOAD</button></center>
<hr>
<div id="display_result">
</div>
<hr>
<center><button class="button is-success" onclick="_scroll('my_body');">Go Up</button></center>
<hr>
</div>
</div>
<div class="container">
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<p>
</p>
<p>
<a class="icon" href="https://github.com/lamhotsimamora/example-api-nasa" target="_blank">
<i class="fa fa-github"></i>
</a>
<a class="icon" href="https://github.com/lamhotsimamora/example-api-nasa/fork" target="_blank">
<i class="fa fa-code-fork"></i>
</a>
</br>
Copyright@2017 | All Right Reserved </br>
<a href="www.lamhotsimamora.com">www.lamhotsimamora.com</a>
</p>
</div>
</div>
</footer>
</div>
</section>
<script src="app.js"></script>
</body>
</html>