-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (27 loc) · 972 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
<!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>Picture of the Day</title>
<!-- external CSS link -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<h2 class="club">San Jose Solar Seekers</h2>
<h1>Picture of the Day</h1>
<section>
<input type="date" name="" value="" placeholder="Search Date">
<button type="button" name="button">Get Picture</button>
</section>
<h2 id="name">Name</h2>
<img src="" alt="">
<div><iframe src="" frameborder="0"></iframe></div>
<h3>Date</h3>
<p>Description</p>
<footer>"Space is an inspirational concept that allows you to dream big." ― Peter Diamandis</footer>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>