-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmobile.html
87 lines (74 loc) · 4.19 KB
/
mobile.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
<!DOCTYPE html>
<html>
<head>
<title>PUBG Strategy ★ Roulette</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Playerunknown's Battlegrounds Strategy Roulette by MetalSlasher and MrValstar">
<meta name="theme-color" content="#FFAE00">
<script type="text/javascript">
if(!(/Android|webOS|iPhone|iPad|iPod|BlackBerry|BB|PlayBook|IEMobile|Windows Phone|Kindle|Silk|Opera Mini/i.test(navigator.userAgent)))
{
document.location = "index.html"
}
</script>
<script type="text/javascript" src="script.js"></script>
<script src="zoom_assets/jquery-1.9.1.min.js"></script>
<script src="zoom_assets/jquery.smoothZoom.js"></script>
<!--><script src="map.js"></script><!-->
<link rel="stylesheet" href="mobile.css">
<link rel="stylesheet" href="animate.css">
<!-- Favicon Assets Loading for all platforms (Keep files in root directory = Best practice) !-->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#ffffff">
<meta name="theme-color" content="#ffffff">
</head>
<body id="body" onload="SetMobileBackground()">
<div class="main" id="main">
<img src="strategyroulette.png" id="logo" draggable="false" style="-moz-user-select: none;" ondragstart="return false;" height="auto" width="60%" align="center" style="margin-top:1%" >
<div id="content">
<div id="uppersection">
<table id="maintable">
<tr>
<td><img src="images/behavioricon.png" width="40px" height="40px"></td><td id="behaviortd">Playing behavior</td><td id="behavior">Playing behavior</td>
</tr>
<tr>
<td><img src="images/jumpicon.png" width="40px" height="40px"></td><td>Jumping moment</td><td id="jump">Jumping moment</td>
</tr>
<tr>
<td><img src="images/locationicon.png" width="40px" height="40px"></td><td>Loot location</td><td id="location">Loot location</td>
</tr>
<tr>
<td><img src="images/vehicleicon.png" width="40px" height="40px"></td><td>Vehicle usage</td><td id="vehicle">Vehicle usage</td>
</tr>
<tr>
<td><img src="images/weaponicon.png" width="40px" height="40px"></td><td>Weapon choice</td><td id="weapon">Weapon choice</td>
</tr>
<tr>
<td><img src="images/jumpicon.png" width="40px" height="40px"></td><td>Air drops</td><td id="supply">Air drops</td>
</tr>
<tr>
<td><img src="images/locationicon.png" width="40px" height="40px"></td><td>Circle entrance</td><td id="circle">Circle entrance</td>
</tr>
<tr style="line-height: 100px;">
<td colspan="3"><button onclick="getRandValues()" id="button">GENERATE<img src="generate.png" width="25px" height="25px"></button></td>
</tr>
<!--<tr style="line-height: 100px;">
<td colspan="2"><a href="map.html">Go to map cancer</a></td>
</tr>!-->
</table>
</div>
<div id="undersection">
<div id="mapsection">
<img id="yourImageID" src="map/big.jpg"/>
<div class="landmarks" data-show-at-zoom="100" data-allow-drag="true"/>
</div>
</div>
</div>
</div>
</body>
</html>