-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (45 loc) · 1.88 KB
/
index.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
<!DOCTYPE html>
<html lang="en" dir="rtl">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>صفحه ی ورود</title>
<link rel="stylesheet" href="/Assets/Styles/DefaultStyles.css">
<link rel="stylesheet" href="/Assets/Styles/LoginStyle.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
</head>
<body>
<section class="parent__container">
<div class="right__container">
<img src="../Assets/img/LoginImage.png" alt="" class="login__image">
</div>
<div class="left__container">
<div class="LContainer__header">
<h1>به <span>کدینتولاین</span> خوش آمدید</h1>
</div>
<div class="LContainer__body">
<form id="loginForm">
<div class="Login_LContainer__inputs">
<input type="number" id="PhoneNumberInput" placeholder = "شماره تلفن">
</div>
<button class="Login__btn ">
<div class="snippet" data-title="dot-pulse">
<div class="stage">
<div class="dot-pulse"></div>
</div>
</div>
<p>ورود</p>
</button>
</form>
</div>
</div>
</section>
<div class="wrongEntry">
<span class="wrong__text"></span>
</div>
<script src="../Assets/Scripts/Login&Sign/Login.js" type="module"></script>
</body>
</html>