-
Notifications
You must be signed in to change notification settings - Fork 0
/
PUBG.html
106 lines (99 loc) · 5.76 KB
/
PUBG.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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<script type="text/javascript" src="js/jquery-3.3.1.min.js"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<title>BR Location Picker | Random</title>
</head>
<body id="grey-body">
<center id="center">
<div class="pubgDiv">
<div class="click-area"></div>
<a href="index.html"><h2>Random</h2></a>
<div class="coordsDIV">
<p>Coords: </p><p id="coords">-</p>
</div>
<div>
<li id="maps-toggle" class="inline-this btns2 unselectable white-text closer5"><i class="fas fa-map"></i> Maps</li>
</div>
<br>
<div class="pubgGrid warzone">
<div class="goHere"></div>
</div>
<button id="pubgGetResult" class="boxboxplease btns">Select</button>
<br>
<div class="row info-links">
<div class="col-sm-12">
<li>Mark size: </li>
<li id="mark-Small" class="inline-this btns2 unselectable white-text closer5">Small</li>
<li id="mark-Medium" class="inline-this btns2 unselectable white-text closer5">Medium</li>
<li id="mark-Big" class="inline-this btns2 unselectable white-text closer5">Big</li>
<a id="about-open"><i class="fas fa-info-circle"></i> About</a>
<a href="credits.html">Credits</a>
</div>
</div>
<br>
</div>
</center>
<div id="mappicker" class="maps loadoutCat">
<div id="close-maps">
<p>x</p>
</div>
<li class="spaceDown10 bold">PUBG</li>
<li id="map1" class="inline-this btns2">Erangel</li>
<li id="map2" class="inline-this btns2">Miramar</li>
<li id="map3" class="inline-this btns2">Sanhok</li>
<li class="spaceUp10 spaceDown10 bold">Other Games</li>
<li id="map4" class="inline-this btns2">Fortnite</li>
<li id="map5" class="inline-this btns2">Warzone</li>
</div>
<div id="about">
<ul>
<li class="inline-this">
<h3 class="inline-this">About Random</h3>
</li>
<li id="close-window" class="inline-this closeWindow floatRight">
<!--ALT+0160--> <!--ALT+0160--><i class="fas fa-times"></i><!--ALT+0160--> <!--ALT+0160--><!-- Close window (x) -->
</li>
</ul>
<hr>
<p>Random location picker for PUBG, Fortnite and COD: Warzone. <br>Site by <a href="https://github.com/Thomrl">Thomrl</a></p>
<hr>
<h3>Credits</h3>
<ul>
<li><a target="_blank" href="https://getbootstrap.com/">Bootstrap</a></li>
<li><a target="_blank" href="https://jquery.com/">jQuery</a></li>
<li><a target="_blank" href="https://fontawesome.com/">FontAwesome</a></li>
<li><a target="_blank" href="https://github.com/">Github</a></li>
<li><a target="_blank" href="https://www.pubg.com/">PlayerUnkown's Battlegrounds</a></li>
<li><a target="_blank" href="https://www.epicgames.com/fortnite/en-US/home">Fortnite</a></li>
<li><a target="_blank" href="https://islandsofnyne.com/">Islands of Nyne</a></li>
</ul>
<hr>
<div class="copyright">
<a id="show-less-copyright">Show less..</a>
<span id="short-copyright">This website is not affiliated with, maintained, authorized, endorsed or sponsored by.. <a id="show-more-copyright">show more</a></span>
<span id="more-copyright">This website is not affiliated with, maintained, authorized, endorsed or sponsored by <a href="https://www.bluehole.net/en/main">Bluehole Inc.</a> or any of its affiliates. This is an independent, unofficial site. All product or brand names are trademarks of their respective owners.
<br><br>
Fortnite is property of Epic Games, Inc. This website and its creator are not associated with nor endorsed by Fortnite or Epic Games, Inc.
<br><br>
Call Of Duty Warzone is a property of Activision. This website and its creator are not associated with nor endorsed by Call of Duty or Activision.</span>
</div>
<hr>
<div class="info-links">
<a href="https://github.com/Thomrl/Random">Source code</a>
<a href="https://thomrl.github.io/Random/changes.txt">Changelog</a>
<button id="close-window-button" type="button" class="btn btn-primary floatRight spaceDown10">Close</button>
</div>
</div>
<script src="js/PUBG.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>