-
Notifications
You must be signed in to change notification settings - Fork 0
/
cek_id.html
51 lines (49 loc) · 1.91 KB
/
cek_id.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
<!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">
<title>BATMAN Cek ID</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-4 col-md-offset-4">
<!-- box login -->
<div class="batman-box">
<img class="profile-img" src="img/batman.png" alt="batmanLogin">
<h1 class="text-center login-title">ID saya aktif?</h1>
<form class="form-signin" method="post">
<input type="text" name="username" value="$(username)" class="form-control" placeholder="Input your ID" required autofocus>
<button type="submit" name="cek" class="buton">Cek</button>
<!-- result -->
<br><br>
$(if session-time-left)
<div class="jumbotron">
<!-- disini show result -->
</div>
$(endif)
</form>
<!-- footer -->
<div class="footer-box">
<div class="text-kiri">
$(if trial == 'yes')<a style="color: #000"href="$(link-login-only)?dst=$(link-orig-esc)&username=T-$(mac-esc)"><i>Free login</i></a>.$(endif)
</div>
<div class="text-kanan">
<a href="login.html"><i>Batman Login</i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>