Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!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, shrink-to-fit=no">
- <meta name="description" content="">
- <meta name="author" content="">
- <title>Login - Pendaftaran Siswa Baru</title>
- <!-- Bootstrap core CSS-->
- <link href="<?php echo base_url('assets/bootstrap/css/bootstrap.min.css') ?>" rel="stylesheet">
- <!-- Custom fonts for this template-->
- <link href="<?php echo base_url('assets/fontawesome-free/css/all.min.css') ?>" rel="stylesheet" type="text/css">
- <!-- Custom styles for this template-->
- <link href="<?php echo base_url('css/sb-admin.css') ?>" rel="stylesheet">
- </head>
- <body class="bg-dark">
- <div class="container">
- <div class="card card-login mx-auto mt-5">
- <div class="card-header">Login</div>
- <div class="card-body">
- <form>
- <div class="form-group">
- <div class="form-label-group">
- <input type="username" id="username" class="form-control" placeholder="Username" required="required" autofocus="autofocus">
- <label for="username">Username</label>
- </div>
- </div>
- <div class="form-group">
- <div class="form-label-group">
- <input type="password" id="inputPassword" class="form-control" placeholder="Password" required="required">
- <label for="inputPassword">Password</label>
- </div>
- </div>
- <a class="btn btn-primary btn-block" href="index.html">Login</a>
- </form>
- </div>
- </div>
- </div>
- <!-- Bootstrap core JavaScript-->
- <script src="<?php echo base_url('assets/jquery/jquery.min.js') ?>"></script>
- <script src="<?php echo base_url('assets/bootstrap/js/bootstrap.bundle.min.js') ?>"></script>
- <!-- Core plugin JavaScript-->
- <script src="<?php echo base_url('assets/jquery-easing/jquery.easing.min.js') ?>"></script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment