forked from Susorodni/swfgalaxy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
hacked.html
65 lines (64 loc) · 2.12 KB
/
hacked.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
<!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 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 class="active" 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">
</header>
</center>
<h3 id="category">Hacked</h3>
<center>
<br id="newborder">
<div id="wrap">
<!-- Box 1 -->
<div class="lefthacked">
<p id="t1"></p>
<img id="i1">
<br>
<p id="d1"></p>
<button type=button id="b1">Play</button>
<a id="a1" download><button type=button>Download</button></a>
</div>
<!-- Box 2 -->
<div class="centerhacked">
<p id="t2"></p>
<img id="i2">
<br>
<p id="d2"></p>
<button type="button" id="b2">Play</button>
<a id="a2" download><button type=button>Download</button></a>
</div>
<!-- Box 3 -->
<div class="righthacked">
<p id="t3"></p>
<img id="i3">
<br>
<p id="d3"></p>
<button type="button" id="b3">Play</button>
<a id="a3" download><button type=button>Download</button></a>
</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/hacked.js"></script>
<script src="js/menu.js"></script>
</html>