-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmasuk.html
32 lines (28 loc) · 1.08 KB
/
masuk.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="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Masuk Admin Struktur Organisasi</title>
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body class="masuk">
<div class="login">
<div class="box-login">
<p class="huruf"> <b>MASUK</b></p>
<form>
<label for="username" class="title">User Name </label>
<input id="username" type="text" name="username"><br>
<label for="password" class="title">Password</label>
<input id="password" type="password" name="password" class="title">
<div class="ingat">
<input id="check" type="checkbox" name="remember">
<label for="check">Ingat Saya</label>
</div>
<button class="btn-masuk bg-gradient"> Masuk</button>
</form>
</div>
</div>
</body>
</html>