-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
107 lines (104 loc) · 3.61 KB
/
index.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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>ApkOnline Android online emulator for Arcade Games</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<ul class="btns">
<li id="angrybirdsrio">
<a href="https://www.apkonline.net/runapk/create-androidapk.html?app=android_6.0_blank&apk=angrybirdsrio.apk" target="_blank">
<img src="angrybirdsrioicon-32.png" width="32" height="32">
<span class="label">
Angry Birds Rio
</span>
</a>
</li>
<li id="orbiaicon">
<a href="https://www.apkonline.net/runapk/create-androidapk.html?app=android_6.0_blank&apk=orbia.apk" target="_blank">
<img src="orbiaicon-32.png" width="32" height="32">
<span class="label">
Orbia
</span>
</a>
</li>
<li id="swipebrickbreaker">
<a href="https://www.apkonline.net/runapk/create-androidapk.html?app=android_6.0_blank&apk=swipebrickbreaker.apk" target="_blank">
<img src="swipebrickbreakericon-32.png" width="32" height="32">
<span class="label">
Swipe Brick breaker
</span>
</a>
</li>
<li id="galaxyattackalienshooter">
<a href="https://www.apkonline.net/runapk/create-androidapk.html?app=android_6.0_blank&apk=galaxyattackalienshooter.apk" target="_blank">
<img src="galaxyattackalienshootericon-32.png" width="32" height="32">
<span class="label">
Galaxy attack alien shooter
</span>
</a>
</li>
<li id="falconsquad">
<a href="https://www.apkonline.net/runapk/create-androidapk.html?app=android_6.0_blank&apk=falconsquad.apk" target="_blank">
<img src="falconsquadicon-32.png" width="32" height="32">
<span class="label">
Falcon squad
</span>
</a>
</li>
<li id="rollyvortex">
<a href="https://www.apkonline.net/runapk/create-androidapk.html?app=android_6.0_blank&apk=rollyvortex.apk" target="_blank">
<img src="rollyvortexicon-32.png" width="32" height="32">
<span class="label">
Rolly vortex
</span>
</a>
</li>
<li id="bricksbreakeraction">
<a href="https://www.apkonline.net/runapk/create-androidapk.html?app=android_6.0_blank&apk=bricksbreakeraction.apk" target="_blank">
<img src="bricksbreakeractionicon-32.png" width="32" height="32">
<span class="label">
Bricks breaker
</span>
</a>
</li>
<li id="moregames">
<a href="https://www.apkonline.net/games/arcade" target="_blank">
<img src="apkonlinelogo-32.png" width="32" height="32">
<span class="label">
... more Android online Arcade games
</span>
</a>
</li>
<li id="creapp">
<a href="https://www.apkonline.net/runapk/create-androidapk.html?app=android_6.0_blank" target="_blank">
<img src="app-32.png" width="32" height="32">
<span class="label">
Open Android online emulator
</span>
</a>
</li>
<li id="files">
<a href="https://www.apkonline.net/appdirect/filemanager.html" target="_blank">
<img src="files-32.png" width="32" height="32">
<span class="label">
My Apk Manager and Apk Upload
</span>
</a>
</li>
<li id="usersettings">
<a href="https://www.apkonline.net/appdirect/apkonlinechangeuser.html" target="_blank">
<img src="settings-32.png" width="32" height="32">
<span class="label">
Set Userid
</span>
</a>
</li>
</ul>
<br>
<div id="situation">
</div>
<script src="apar.js"></script>
</body>
</html>