-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 1.32 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
<!DOCTYPE html>
<html lang="en" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/static/Bootstrap/css/bootstrap.rtl.min.css">
<link rel="stylesheet" href="/static/CSS/style.css">
<title>Document</title>
</head>
<body>
<div class="py-5 p-md-5 p-lg-5 d-flex justify-content-center login-container">
<div class="login p-2 p-md-5 p-lg-5 py-5 mt-5 text-center" >
<img src="/static/img/favicon.png" class="logo" alt="">
<div class="row m-0">
<div class="col-12">
<h3 class="text-white mt-3 fw-bold">شرکت عمران احمد</h3>
</div>
<form action="dashboard.html">
<div class="col-4 pt-3 fw-bold">نام کاربری</div>
<div class="col-12 py-1 px-3"><input type="text" class="form-control" required></div>
<div class="col-4 pt-3 fw-bold">گذرواژه </div>
<div class="col-12 py-1 px-3"><input type="password" class="form-control" required></div>
<div class="col-12 p-3">
<button class="btn btn-warning w-50">ورود</button>
</div>
</form>
</div>
</div>
</div>
</body>
</html>