-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (29 loc) · 975 Bytes
/
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
<!DOCTYPE html>
<html lang="ar">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/master.css">
<link rel="stylesheet" href="css/icons.css">
<title>Login</title>
</head>
<body>
<div class="new-log"></div>
<div class="login">
<div class="login-head">
<h3>تسجيل دخول</h3>
</div>
<center>
<form class="login-form">
<input class="log-txt" type="text" name="username" placeholder="اسم المستخدم"><br>
<input class="log-txt" type="password" name="psw" placeholder="كلمة المرور"><br>
<input class="btn login-btn" type="submit" value="ادخال">
</form>
</center>
</div>
<!-- Temporary Link -->
<div class="">
<button class="btn right" type="button" onclick="location.href='home.html'" name="button"><span class="glyphicon glyphicon-arrow-right"></span></button>
</div>
<!-- Dont Forget to Remove-->
</body>
</html>