-
Notifications
You must be signed in to change notification settings - Fork 1
/
redirecthandler.html
51 lines (45 loc) · 2.25 KB
/
redirecthandler.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
---
permalink: /redirecthandler
---
<!DOCTYPE html>
<html>
<head>
<script src="https://js.hcaptcha.com/1/api.js?hl=fr" async defer></script>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css"/>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script defer src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Trihard.space">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/bootswatch@4.5.2/dist/darkly/bootstrap.min.css">
<script src="generation.js"></script>
<title>Redirect Warning</title>
</head>
<script>
navbargen();
</script>
<div style="padding: 35px"></div>
<body>
<h3 class="text-center">Do you want to visit this URL? You will be redirected to an external site. </h3>
<div style="padding: 10px"></div>
<h5 class="text-center">You will be redirected to this url:
<script src="redirect.js"></script>
<script>
document.write("<a href=\"" + redirectURL() + "\">" + redirectURL() + "</a>");
</script>
</h5>
<div style="padding: 15px"></div>
<div class="d-flex justify-content-center">
<script>
document.write("<a href=\"" + redirectURL() + "\" class=\"btn btn-primary\">Continue to Site</a>");
</script>
<div style="padding: 3px"></div>
<a href="https://trihard.space/", class="btn btn-secondary">Return to the Homepage</a>
</div>
</body>
<div style="padding: 75px"></div>
<script>
generatefooter();
</script>
</html>