-
Notifications
You must be signed in to change notification settings - Fork 0
/
moon.html
40 lines (28 loc) · 2.03 KB
/
moon.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
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Moon</title>
<link href="moon.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>Moon</h1>
<p> Welcome to the moon! This natural satellite (anything that orbits a planet or a star) is our only natural satellite. From these missions we learned that the moon has traces of water and ice. The moon's orbit would be around 27 Earth days, similar to how much days we have on our calendar. The moon is believed to have formed because a Mars sized object collided with Ancient Earth several billions of years ago, leaving the moon out to orbit.</p>
<a href="index.html"><button id = "moonbut"> Click here to go back to the solar system</button></a>
<p> The moon is the only astronaumical object in space that we humans have landed on. This occured in the Apollo Mission 11 mission, July 20, 1969 during the Cold War between America and the USSR. They left many objects behind. <br> Type "true" or "false" into the input boxes to see if they were actually left on the moon.</br></p>
<p id ="poo"> Human waste</p>
<img src="https://media1.giphy.com/media/2BNqZeruSez0indxTW/200w.gif?cid=6c09b95209s585p75cxd2wiurn4bujq32ngnk9jy8qre5c4a&ep=v1_gifs_search&rid=200w.gif&ct=g" alt="">
<input id = "dookie" type="text">
<button class = "butt" onclick= "checkDookie()"> Submit Guess</button>
<p id ="fea"> Hammer and Feather</p>
<img src="https://upload.wikimedia.org/wikipedia/commons/d/d8/Hammer_n_feather%2C_Apollo_15.gif" alt="">
<input id = "hamma" type="text">
<button class = "butt" onclick= "checkHamma()"> Submit Guess</button>
<p id ="club"> A Golf Club</p>
<img src="https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExc2Z2cDNleGxyejlpOTRraDZ2bWlseGRiajc1ajI4NWpyNDNnbG8xeCZlcD12MV9naWZzX3NlYXJjaCZjdD1n/8fIuEZWgjBRC1s6IAU/giphy.webp" alt="">
<input id = "golf" type="text">
<button class = "butt" onclick = "checkGolf()"> Submit Guess </button>
<script src="moon.js"></script>
</body>
</html>