first commit
This commit is contained in:
46
imagebarcode/2020.png
Normal file
46
imagebarcode/2020.png
Normal file
@@ -0,0 +1,46 @@
|
||||
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
|
||||
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||||
<title>RSSA | Log in</title>
|
||||
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"/>
|
||||
<link rel="stylesheet" href="http://localhost/antrian_rssa//theme/bootstrap/bootstrap/css/bootstrap.min.css"/>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"/>
|
||||
<link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"/>
|
||||
<link rel="stylesheet" href="http://localhost/antrian_rssa//theme/bootstrap/dist/css/AdminLTE.min.css"/>
|
||||
<link rel="stylesheet" href="http://localhost/antrian_rssa//theme/bootstrap/plugins/iCheck/square/blue.css"/>
|
||||
</head>
|
||||
<!--body class="hold-transition" background="http://localhost/antrian_rssa/img/background2.jpg"-->
|
||||
<body class="hold-transition">
|
||||
<div class="login-box">
|
||||
|
||||
<div class="login-box-body">
|
||||
<div class="login-logo">
|
||||
<a href="#"><b>Antrian</b> RSSA</a>
|
||||
</div>
|
||||
<p class="login-box-msg">Masukan Nama User dan Password</p>
|
||||
<p></p>
|
||||
<form action="http://localhost/antrian_rssa/index.php/login/process" name="process" method="post">
|
||||
<div class="form-group has-feedback">
|
||||
<input name="username" class="form-control" placeholder="Nama User"/>
|
||||
<span class="glyphicon glyphicon-user form-control-feedback"></span>
|
||||
</div>
|
||||
<div class="form-group has-feedback">
|
||||
<input name="password" type="password" class="form-control" placeholder="Password"/>
|
||||
<span class="glyphicon glyphicon-lock form-control-feedback"></span>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<input type="submit" value="Login" class="btn btn-success btn-block btn-flat" />
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<script src="http://localhost/antrian_rssa//theme/bootstrap/plugins/jQuery/jQuery-2.1.4.min.js"></script>
|
||||
<script src="http://localhost/antrian_rssa//theme/bootstrap/bootstrap/js/bootstrap.min.js"></script>
|
||||
<script src="http://localhost/antrian_rssa//theme/bootstrap/plugins/iCheck/icheck.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user