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
<!--A Design by W3layouts
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE HTML>
<html lang="zxx">
<head>
<title>//</title>
<!-- Meta-Tags -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta name="keywords" content="Particles Login Form Form a Responsive Web Template, Bootstrap Web Templates, Flat Web Templates, Android Compatible Web Template, Smartphone Compatible Web Template, Free Webdesigns for Nokia, Samsung, LG, Sony Ericsson, Motorola Web Design">
<script>
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!-- //Meta-Tags -->
<!-- Stylesheets -->
<link href="css/style.css" rel='stylesheet' type='text/css' />
<!-- online fonts-->
<link href="https://fonts.googleapis.com/css?family=Amiri:400,400i,700,700i" rel="stylesheet">
</head>
<body>
<!-- particles -->
<div id="particles-js"></div>
<!-- //particles -->
<div class="w3ls-pos">
<h1>Particles Login Form</h1>
<div class="w3ls-login box">
<!-- form starts here -->
<form action="#" method="post">
<div class="agile-field-txt">
<input type="email" name="email" placeholder="Masukkan email anda..." required="" />
</div>
<div class="agile-field-txt">
<input type="password" name="password" placeholder="******" required="" id="myInput" />
<div class="agile_label">
<input id="check3" name="check3" type="checkbox" value="show password">
<label class="check" for="check3">Remember me</label>
</div>
</div>
<div class="w3ls-bot">
<input type="submit" value="LOGIN">
</div>
</form>
</div>
<!-- //form ends here -->
<!--copyright-->
<div class="copy-wthree">
<p>© 2020 Kelompok 08. All Rights Reserved</p>
</div>
<!--//copyright-->
</div>
<!-- scripts required for particle effect -->
<script src='js/particles.min.js'></script>
<script src="js/index.js"></script>
<!-- //scripts required for particle effect -->
</body>
</html>