-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (45 loc) · 1.67 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
<!DOCTYPE html>
<html>
<head>
<title>Please wait . . .</title>
<link rel="icon" sizes="192x192" href="//www.kcak11.com/assets/images/the-k-circle_192x192.png" />
<link rel="apple-touch-icon" sizes="128x128" href="//www.kcak11.com/assets/images/the-k-circle_128x128.png" />
<link href='//www.kcak11.com/favicon.ico' rel='icon' type='image/x-icon' />
<meta content="https://cdn.kcak11.com/profile/the-k-circle.png" itemprop="image" />
<meta content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=0' name='viewport' />
<meta name="theme-color" content="#6593E4" />
<meta name="robots" content="NOINDEX, NOFOLLOW">
<style type="text/css">
.resetBtn {
width: 200px;
height: 50px;
font-size: 22px;
font-weight: bold;
background-color: #6593E4;
position: absolute;
top: 50%;
left: 50%;
margin-left: -100px;
margin-top: -25px;
display: none;
}
</style>
</head>
<body>
<button type="button" class="resetBtn" onclick="(function(){document.cookie='doRedirect=true;path=/';}());">Reset !!</button>
<script type="text/javascript">
if (window.location.search) {
if (document.cookie.indexOf("doRedirect=false") === -1) {
window.location.assign("https://link.kcak11.com/?" + window.location.search.substr(1));
}
} else {
document.cookie = "doRedirect=false;path=/";
document.querySelector(".resetBtn").style.display = "block";
}
window.onbeforeunload = function(){};
</script>
</body>
</html>
<!--
© 2019 https://kcak11.com / https://ashishkumarkc.com
-->