-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (29 loc) · 922 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
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="This is where your description goes">
<meta name="keywords" content="one, two, three">
<title>NASA photo of the day</title>
<!-- external CSS link -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<section class="nasa">
<section class="nasa-details">
<h1>Your NASA photo of the day</h1>
<input type="date" name="" value="">
<button type="button" name="button">Get Picture</button>
<h2>Select a date to get the photo of the day as captured by NASA</h2>
<span></span>
<img src="" alt="">
<h3>About the photo</h3>
<iframe src="" frameborder="0"></iframe>
<h4></h4>
<p></p>
</section>
</section>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>