-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (28 loc) · 955 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Guam Stargazer Society NASA APOD">
<meta name="keywords" content="Guam, Stargazer, NASA, APOD, API">
<title>Guam Stargazer Society</title>
<!-- Font Awesome Link -->
<script src="https://kit.fontawesome.com/0f89d14c4a.js" crossorigin="anonymous"></script>
<!-- external CSS link -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<h1>NASA Picture Of The Day</h1>
</header>
<main>
<input type="date" name="" value="" placeholder="Choose Date">
<button role="button" class="button-74" type="button" name="button">Get Picture</button>
<h2></h2>
<img src="" alt="">
<iframe src="" frameborder="0"></iframe>
<h3></h3>
</main>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>