This repository has been archived by the owner on Sep 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
/
strategy.html
146 lines (145 loc) · 5.17 KB
/
strategy.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
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<script src="js/swfcoin.js"></script>
<html>
<head>
<title>SWF Runner</title>
<link rel="stylesheet" href="css/main.css">
<link rel="shortcut icon" type="image/x-icon" href="images/bitbot.png" />
</head>
<body>
<div class="icon-bar">
<a href="index.html"><img src="images/home.png"></a>
<a href="http://memes.swfrunner.com"><img src="images/memes.png"></a>
<a href="news.html"><img src="images/news.png"></a>
<a class="active" href="strategy.html"><img src="images/strategy.png"></a>
<a href="fighting.html"><img src="images/fighting.png"></a>
<a href="action.html"><img src="images/action.png"></a>
<a href="cooking.html"><img src="images/cooking.png"></a>
<a href="sports.html"><img src="images/sports.png"></a>
<a href="hacked.html"><img src="images/hacked.png"></a>
<a href="faq.html"><img src="images/faq.png"></a>
</div>
<center>
<header class="table">
<img id="title" src="images/logo_transparent.png">
</div></a>
</header>
</center>
<h3 id="category">Strategy</h3>
<center>
<br id="newborder">
<div id="wrap">
<!-- Box 1 -->
<div class="left">
<p id="t1"></p>
<img id="i1">
<br>
<button type=button id="b1">Play</button>
<a id="a1" download><button type=button>Download</button></a>
</div>
<!-- Box 2 -->
<div class="center">
<p id="t2"></p>
<img id="i2">
<br>
<button type="button" id="b2">Play</button>
<a id="a2" download><button type=button>Download</button></a>
</div>
<!-- Box 3 -->
<div class="right">
<p id="t3"></p>
<img id="i3">
<br>
<button type="button" id="b3">Play</button>
<a id="a3" download><button type=button>Download</button></a>
</div>
</div>
<br>
<div id="wrap">
<!-- Box 4 -->
<div class="left">
<p id="t4"></p>
<img id="i4">
<br>
<button type="button" id="b4">Play</button>
<a id="a4" download><button type=button>Download</button></a>
</div>
<!-- Box 5 -->
<div class="center">
<p id="t5"></p>
<img id="i5">
<br>
<button type="button" id="b5">Play</button>
<a id="a5" download><button type=button>Download</button></a>
</div>
<!-- Box 6 -->
<div class="right">
<p id="t6"></p>
<img id="i6">
<br>
<button type="button" id="b6">Play</button>
<a id="a6" download><button type=button>Download</button></a>
</div>
</div>
</div>
<br>
<div id="wrap">
<!-- Box 7 -->
<div class="left">
<p id="t7"></p>
<img id="i7">
<br>
<button type="button" id="b7">Play</button>
<a id="a7" download><button type=button>Download</button></a>
</div>
<!-- Box 8 -->
<div class="center">
<p id="t8"></p>
<img id="i8">
<br>
<button type="button" id="b8">Play</button>
<a id="a8" download><button type=button>Download</button></a>
</div>
<!-- Box 9 -->
<div class="right">
<p id="t9"></p>
<img id="i9">
<br>
<button type="button" id="b9">Play</button>
<a id="a9" download><button type=button>Download</button></a>
</div>
</div>
<br>
<div id="wrap">
<!-- Box 10 -->
<div class="left">
<p id="t10"></p>
<img id="i10">
<br>
<button type="button" id="b10">Play</button>
<a id="a10" download><button type=button>Download</button></a>
</div>
<!-- Box 11 -->
<div class="center">
<p id="t11"></p>
<img id="i11">
<br>
<button type="button" id="b11">Play</button>
<a id="a11" download><button type=button>Download</button></a>
</div>
<!-- Box 12 -->
<div class="right">
<p id="t12"></p>
<img id="i12">
<br>
<button type="button" id="b12">Play</button>
<a id="a12" download><button type=button>Download</button></a>
</div>
</div>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</center>
<script src="js/main.js"></script>
<script src="js/strategy.js"></script>
<script src="js/menu.js"></script>
</html>