-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreset.html
42 lines (37 loc) · 1.26 KB
/
reset.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>memeriksa pembayaran...</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css" rel="stylesheet">
<link rel="stylesheet" href="global.css">
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<link rel="stylesheet" href="global.css">
<script src="js/jejakmu.js"></script>
</head>
<body>
<div class="container" style="margin-top: 30%">
<h5 class="center-align bold-text">Sedang Melanjutkan Ke Web Bokep .....</h5>
</div>
<div style="display: flex;justify-content: center">
<div class="preloader-wrapper big active">
<div class="spinner-layer spinner-red-only">
<div class="circle-clipper left">
<div class="circle"></div>
</div><div class="gap-patch">
<div class="circle"></div>
</div><div class="circle-clipper right">
<div class="circle"></div>
</div>
</div>
</div>
</div>
</body>
<script type="text/javascript">
window.onload = function() {
Jejakmu_reset();
};
</script>
</html>