-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathThankyou.html
100 lines (92 loc) · 5.44 KB
/
Thankyou.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
<!DOCTYPE html>
<html lang="English">
<head>
<script src="https://kit.fontawesome.com/bdc2544af3.js" crossorigin="anonymous"></script>
<title>Thank You</title>
<link rel="icon" type="image/x-icon" href="/images/live/icon.ico">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta property="og:image" content="/images/live/icon.ico">
<link href="layout/styles/layout.css" rel="stylesheet" type="text/css" media="all">
<meta name="google-adsense-account" content="ca-pub-2217049502069425">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2217049502069425" crossorigin="anonymous"></script>
</head>
<body id="top">
<!-- ################################################################################################ -->
<!-- Top Background Image Wrapper -->
<div class="bgded overlay" style="background-image:url('images/live/backgrounds/03.png');">
<!-- ################################################################################################ -->
<header id="header" class="hoc clear">
<!-- ################################################################################################ -->
<div id="logo" class="one_quarter first">
<h1><a href="index.html">ViP3R KERNELs</a></h1>
<p>Build For Kali NetHunter</p>
</div>
<!-- ################################################################################################ -->
</header>
<!-- ################################################################################################ -->
<div class="row tm-row tm-mb-40">
<div class="col-12">
<div class="mb-4">
<center>
<hr>
<a><img src="images/live/ThankYou.png" alt=""></a>
</center>
</div>
</div>
</div>
<div class="bgded overlay row4" style="background-image:url('images/live/backgrounds/03.png');">
<center>
<h2> </h2>
<div class="current">
<h6 class="heading"><a name="request">We have received your payment.👻 <br> We will process your order soon.</a></h6>
<p class="nospace btmspace-15">Share your details with us so that we can share you the download link. </p>
<form onsubmit="return sender()">
<fieldset>
<legend>Telegram Us</legend>
<input class="btmspace-15" type="text" id="Name" name="Name" placeholder="Name" required>
<input class="btmspace-15" type="text" id="Message" name="Message" placeholder="Message" required>
<input class="btmspace-15" type="text" id="Device" name="Device" placeholder="Device" required>
<input class="btmspace-15" type="text" id="TelegramID" name="Telegram" placeholder="Telegram Username" required>
<footer class="center"><button onclick="redirect()" class="btn" type="submit" value="submit">Send</button></footer>
</fieldset>
</form>
</div>
<h2> </h2>
</center>
<footer id="footer" class="hoc clear">
<!-- ################################################################################################ -->
<div class="center btmspace-50">
<h6 class="heading">ViP3R KERNELs</h6>
<ul class="faico clear">
<li><a class="faicon-facebook" href="https://www.facebook.com/imcoderX/" target="_blank"><i class="fab fa-facebook"></i></a></li>
<li><a class="faicon-github" href="https://www.github.com/IamCOD3X" target="_blank"><i class="fab fa-github"></i></a></li>
<li><a class="faicon-linkedin" href="https://www.linkedin.com/in/sourabh-panchal/" target="_blank"><i class="fab fa-linkedin"></i></a></li>
<li><a class="faicon-twitter" href="https://twitter.com/__DECODER__" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a class="faicon-telegram" href="https://t.me/ViPER_KERNELs" target="_blank"><i class="fab fa-telegram"></i></a></li>
<li><a class="faicon-youtube" href="https://www.youtube.com/@MidnightStudioz" target="_blank"><i class="fab fa-youtube"></i></a></li>
</ul>
<p class="nospace">Build For Android with Love ❤️</p>
</div>
</footer>
</div>
<div class="wrapper row5">
<div id="copyright" class="hoc clear">
<!-- ################################################################################################ -->
<p class="fl_left">Copyright © 2025 - All Rights Reserved - <a href="./pages/TermsConditions.html">ViPER_KERNELs </a></p>
<p class="fl_right">Made By👻 <a target="_blank" href="/~https://github.com/IamCOD3X" title="Cybersecurity Enthusiast">IamCOD3X</a></p>
<!-- ################################################################################################ -->
</div>
</div>
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<a id="backtotop" href="#top"><i class="fas fa-chevron-up"></i></a>
<!-- JAVASCRIPTS -->
<script src="layout/scripts/jquery.min.js"></script>
<script src="layout/scripts/jquery.backtotop.js"></script>
<script src="layout/scripts/jquery.mobilemenu.js"></script>
<script src="sender.js"></script>
<script>function redirect() {alert("Almost Done.\nYour Message has been send.!\n Don't forget to Join Us on Telegram");} </script>
</body>
</html>