-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (71 loc) · 3.51 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
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
<!DOCTYPE html>
<html lang="en">
<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">
<link href = "style.css" rel = "stylesheet">
<title>AnhLedger</title>
</head>
<script src = "main.js">
</script>
<body>
<header class = "navbar">
<nav>
<a href="#">
<div class = "logo"></div>
</a>
<ul>
<li><a href="#" class="TrangChu">Trang Chủ</a></li>
<li><a href="#" class="TaiLieu">Mượn tài liệu</a></li>
<li><a href="#" class="TraCuu">Tra cứu</a></li>
</ul>
</nav>
</header>
<section class="background-image"></section>
<div id = "Login-area">
<div id = "Login-label">
<p id = "Login"> Đăng nhập </p>
</div>
<div class="Input1">
<div class="Input_Logo">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z"
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
<path d="M20.5899 22C20.5899 18.13 16.7399 15 11.9999 15C7.25991 15 3.40991 18.13 3.40991 22" stroke="currentColor"
stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</div>
<div class = "Input-Text">
<input type="text" id = "Username">
</div>
</div>
<div class="Input2">
<div class="Input_Logo">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6 10V8C6 4.69 7 2 12 2C17 2 18 4.69 18 8V10" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
<path d="M17 22H7C3 22 2 21 2 17V15C2 11 3 10 7 10H17C21 10 22 11 22 15V17C22 21 21 22 17 22Z" stroke="currentColor"
stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
<path d="M15.9965 16H16.0054" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
<path d="M11.9955 16H12.0045" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
<path d="M7.99451 16H8.00349" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</div>
<div class="Input-Text">
<input type="password" id="Password">
</div>
</div>
<a id = "Forget" href="facebook.com"> <u>Quên mật khẩu?</u></a>
<div class = "ButtonArea">
<div class = "Button-hover">
<input id = "submitButton" class = "Button Login" type = "button" value="Đăng nhập" onclick="dosth()">
</div>
<div class="Button-hover">
<input class="Button Signup" type="button" value="Đăng ký">
</div>
</div>
</div>
</body>
</html>