-
Notifications
You must be signed in to change notification settings - Fork 0
/
lab.html
44 lines (42 loc) · 1.33 KB
/
lab.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
<!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">
<title>lablogin</title>
<link rel="stylesheet" href="asset/css/style.css">
</head>
<body>
<h1</h1>
<section id="lablogin">
<div class="lblogin">
<h6>SIGNIN IN TO YOUR ACOUNT</h6>
</div>
<div class="form">
<h6><span>please enter your name and password to log in</span></h6>
<form action="">
<div>
<label for="name"></label>
<input type="text" id="name" placeholder="username" name= "username" required>
</div>
<div>
<label for="psword"></label>
<input type="password" id="psword" name="password" placeholder="password" required>
</div>
<div>
<button> <a href="" style="color: white;">login</a> </button>
<a href="labratory.html" style="margin: 10px;">SIGNIN anway</a>
</div>
</form>
<div class="act">
<h6><span>don't have an acount yet?</span></h6>
<a href="create act.html"><h6>create an acount</h6></a>
</div>
</div>
<footer>
<h5> cms 2022 all right reserved</h5>
</footer>
</section>
</body>
</html>