forked from itscodenation/hackathon-19-20
-
Notifications
You must be signed in to change notification settings - Fork 0
/
third-page.html
73 lines (61 loc) · 2.67 KB
/
third-page.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html>
<head>
<title>StarCraft:Revolution</title>
<!-- Bootstrap CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!-- Your CSS Linked Below-->
<link rel="stylesheet" href="css/styles.css">
<!-- jQuery Linked Below-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Bootstrap Javascript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<!-- Your Javascript Linked Below-->
<script src="js/script.js" defer></script>
</head>
<body>
<div class="container">
<div class "row">
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="row">
<div id = "spaceship" class="col-lg-10">
<img class "img1" src="https://i.stack.imgur.com/rsH6n.png">
</div>
</div>
</div>
</div>
</div>
<div class = "container">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="form-group">
<h1 id=mission>Your Mission</hl>
</div>
</div>
<div id="mission" class="col-sm-12 col-md-12 col-lg-12">
<div class="form-group">
<h4 id="paragraph"> You are a human that has been sent into the void. Your mission is to not get messed up by them damn aliens. Luckily, your trustworthy ship has joined in your side in the fight that no one will see, (other than you player(s)) as this is space, apart from your enemies. Which will taste lasers! Nonetheless, you will fly around using the up and down keys while attacking aliens which have inhabited the planets you come across. If your looking for a reason as to why you're destroying them , well ... lets just say you're a crazy lunatic who managed to swindled a pilot out of their keys after being exposed to anti-alien propaganda.</h4>
</div>
</div>
</div>
<br /> <br />
<div class="row">
<div class="col-lg-12">
<a href="fourth-page.html"><button class="level">Level 1</button></a>
<a href="LevelTwo.html"><button class="level">Level 2</button></a>
<a href="LevelThree.html"><button class="level">Level 3</button></a>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<p id="planets-created">Planets Created: 0</h3>
</div>
</div>
<br /> <br />
<div class="row">
<a href="fourth-page.html"><button id = "btn2">Continue</button></a>
<button id = "btn4">Help</button>
</div>
</div>
</body>
</html>