forked from pespina/Exploration
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhello-world.html
More file actions
42 lines (22 loc) · 991 Bytes
/
hello-world.html
File metadata and controls
42 lines (22 loc) · 991 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<html>
<head>
<title>Space Exploration</title>
<link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="Saturn.css" type="text/css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="script.js"></script>
</head>
<body onload="docReady()">
<h1> <center> <u>SATURN!</u> </center>
</h1>
<img id="JackMoon" src="http://fla.fg-a.com/aliens/alien-waving-a1W.gif"/>
<img id="spaceship" src="http://pirategalaxy.com/wp-content/uploads/2015/01/pirate.galaxy.ravendynamics.rdx-05.marlstone.png" />
<img id="obstacle" src="http://images.clipartpanda.com/rock-clipart-niEXaqXrT.png"/>
<audio id="audio" controls loop autoplay>
<source src="Summit.mp3" type="audio/mpeg" id="mp3source">
</audio>
<div class = "winner">
<img id="fireworks" src="http://bestanimations.com/Holidays/Fireworks/fireworks-animation-46.gif">
</div>
</body>
</html>