-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 857 Bytes
/
index.html
File metadata and controls
26 lines (26 loc) · 857 Bytes
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>NASA's Daily Media</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- <div class="date_form">
<input type="date" class="date" name="" value="">
<button type="button" name="button"></button>
</div> -->
<!-- <button type="button" name="button">get pic</button> -->
<div class="apod">
<div class="apod_container">
<a href="" class="apod_img" target="_blank"><img src="" alt=""></a>
</div>
<div class="text_container">
<h1 class="title"></h1>
<p class="explanation"></p>
<a href="https://www.nasa.gov/" target="_blank"><h3 class="nasa_link">Visit NASA</h3></a>
</div>
</div>
</body>
<script type="text/javascript" src="js/main.js"></script>
</html>