forked from KaustubhPatange/YTPlayer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpass.html
38 lines (35 loc) · 2.01 KB
/
pass.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/jpg" href="css/img/ADK.png" />
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:400,700">
<link rel="stylesheet" href="fonts/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=ABeeZee">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Actor">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alfa+Slab+One">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Cookie">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700">
<link rel="stylesheet" href="css/styles.css">
<title>YTPlayer</title>
</head>
<body>
<script src="css/js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/Animated-Type-Heading.js"></script>
<script src="js/aos.js"></script>
<script src="js/bs-animation.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.1.1/aos.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.8.2/js/lightbox-plus-jquery.min.js"></script>
<script src="js/Typewritter.js"></script>
<div id="new">
<div align="center">
<h1 id="newheading" style="font-size:47px;font-family:Raleway, sans-serif;">Purchase</h1>
<p style="font-size:20px;font-family:ABeeZee, sans-serif;">Looks like you've completed your payment through <b>PayPal</b></p>
<p style="font-size:16px;font-family:Raleway, sans-serif;"><br>Just wait till the app process the payment and automatically redirects you to the landing page! If this is taking longer than a minute <a href="mailto:developerkp16@gmail.com" target="_blank">contact me immediately</a>.<br><br><br></p>
</div>
</div>
</body>
</html>