forked from SSH-527/ehsanalhussain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathverification.html
38 lines (36 loc) · 1.49 KB
/
verification.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 lang="en" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ehsanalhussain-verification</title>
<!-- css -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<!-- code -->
<body class="verification">
<div class="container">
<div class="row">
<div class="col-lg-6 col-sm-12 maintitle">
<h2 class="pageTitle"> احراز هویت </h2>
<h6 class="subTitle"> کد ارسال شده به شماره خود را وارد کنید.</h6>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12 col-sm-12 loginForm verificationForm">
<form method="post">
<input class="col-lg-6 col-sm-12 textInput code" type="text" placeholder="_ _ _ _" required>
<button class="col-lg-6 col-sm-12 loginButton code">تایید</button>
</form>
<span>کد ارسال نشد ؟ <a href="#"> ارسال مجدد </a></span>
</div>
</div>
</div>
<!-- js -->
<script src="js/javascript.js"></script>
</body>
</html>