-
Notifications
You must be signed in to change notification settings - Fork 0
/
Loggin.php
25 lines (22 loc) · 864 Bytes
/
Loggin.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=<device-width>, initial-scale=1.0">
<link rel="stylesheet" href="loggi.css">
<title>Login Here!</title>
</head>
<body>
<div class="tabs">
<div class="heading">Login</div>
<hr>
<div class="others">
<form class="formi" action="logs.php" method="post">
<div class="user">Username:<input class="use" type="name" name="lusername" placeholder="enter your username"></div>
<div class="pass">Password:<input class="pw" type="password" name="lpassword" placeholder="enter your password" ></div>
<div class="buttoni"><button class="buttoni1" type="submit">Submit</button></div>
</form>
</div>
</div>
</body>
</html>