-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (22 loc) · 756 Bytes
/
index.html
File metadata and controls
27 lines (22 loc) · 756 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
27
<!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 API</title>
<!-- external CSS link -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<h1>Nasa API</h1>
<input type="text" name="" value="">
<button type="button" name="button">Click this to see Today's Nasa's Pic of the day!</button>
<h2>Date</h2>
<img src="img/pokemon.jpeg" alt="">
<iframe src="" frameborder="0"></iframe>
<h3>Explanation</h3>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>