-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplanetygames.html
134 lines (114 loc) · 3.42 KB
/
planetygames.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<style>
body{
background-image:url(ladne2.jpg);
}
#w{
border:2px solid blue;
border-radius:20px;
font-family: "Times New Roman";
font-size:24px;
color:white;
background-color:black;
}
#btn{
font-family: "Times New Roman";
font-size:30px;
position: relative;
width: 120px;
left:20px;
top:20px;
margin-bottom:60px;
background: #00cccc;
color: #fff;
font-size: 30px;
font-weight: bold;
line-height: 1.3em;
border: 2px;
border-radius: 10px;
box-shadow: 0 0 0 4px #00cccc, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
text-shadow: -1px -1px #aa3030;
font-weight: normal;
}
#btn:hover {
background-color: red;
}
.col-sm-10{
text-align:center;
}
a:link {
color: white;
font-family: "Times New Roman";
font-size:20px;
text-align:left;
text-decoration: underline;
}
/* mouse over link */
a:hover {
color: cyan;
}
/* selected link */
a:active {
color: white;
</style>
</head>
<body>
<button id="btn" onClick="location.href='index.html'">Home</button>
<div class="container">
<div class="row">
<div class="col-sm-1">
</div>
<div class="col-sm-10">
<div id="w">Navigate your spaceship using the arrow keys. Use the spacebar to shoot your enemys</div><br>
<object width="900" height="600">
<param name="movie" value="Star Wars Ship Game.swf">
<embed src="/support/Star Wars Ship Game.swf" width="900" height="600">
</embed>
</object >
<a href="http://www.flashkit.com/movies/Games/more10.php" target="blank" id="l">Game source</a>
<br><br><br><br>
</object>
<object width="900" height="600">
<param name="movie" value="game3.swf">
<embed src="/support/game3.swf" width="900" height="600">
</embed>
</object>
<a href="http://www.flashkit.com/movies/Games/more10.php" target="blank" id="l">Game source</a>
<br><br><br><br>
<div id="w">Navigate your spaceship using the arrow keys. Use the spacebar to shoot your enemys</div><br>
<object width="900" height="600">
<param name="movie" value="game1.swf">
<embed src="/support/game1.swf" width="900" height="600">
</embed>
</object>
<a href="http://www.flashkit.com/movies/Games/more10.php" target="blank" id="l">Game source</a>
<br><br><br><br>
<object width="900" height="600">
<param name="movie" value="spacewarfk.swf">
<embed src="/support/spacewarfk.swf" width="900" height="600">
</embed>
</object>
<a href="http://www.flashkit.com/movies/Games/more10.php" target="blank" id="l">Game source</a>
<br><br><br><br>
<div id="w">Navigate using the arrow keys. Try to eat the enemys that are smaller than you </div><br>
<object width="900" height="600">
<param name="movie" value="game2.swf">
<embed src="/support/game2.swf" width="900" height="600">
</embed>
</object>
<a href="http://www.flashkit.com/movies/Games/more10.php" target="blank" id="l">Game source</a>
<br><br><br><br>
</div>
<div class="col-sm-1">
</div>
</div>
</div>
</body>
</html>