Commit fb0eb44a by Visgha Olivia

Upload New File

parent c2b75033
<!DOCTYPE html>
<html>
<head>
<title>Mickie Holday!Funland</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Site CSS -->
<link rel="stylesheet" href="style.css">
<!-- Colors CSS -->
<link rel="stylesheet" href="css/colors.css">
<!-- ALL VERSION CSS -->
<link rel="stylesheet" href="css/versions.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/custom.css">
<!-- Modernizer for Portfolio -->
<script src="js/modernizer.js"></script>
<link rel="shortcut icon" href="images/logos/mikhol-logo.jpg" type="image/x-icon" />
</head>
<!-- LOADER -->
<div id="preloader">
<div class="loading">
<div class="finger finger-1">
<div class="finger-item">
<span></span><i></i>
</div>
</div>
<div class="finger finger-2">
<div class="finger-item">
<span></span><i></i>
</div>
</div>
<div class="finger finger-3">
<div class="finger-item">
<span></span><i></i>
</div>
</div>
<div class="finger finger-4">
<div class="finger-item">
<span></span><i></i>
</div>
</div>
<div class="last-finger">
<div class="last-finger-item"><i></i></div>
</div>
</div>
</div>
<!-- END LOADER -->
<body style="background-image:url('images/apark.jpg'); background-size: cover;">
<!-- Modal -->
<!-- <div class="modal fade" id="login" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> -->
<div class="modal-dialog" role="document" >
<div class="modal-content" >
<div class="modal-header tit-up">
<center><img src="images/logos/logo.png" alt="image"></center>
<center><h1 class="modal-title"><strong>Masuk akun</strong></h1></center>
</div>
<div class="modal-body customer-box row">
<div class="col-md-12">
<div class="tab-content">
<div class="tab-pane active" id="Login">
<form role="form" class="form-horizontal" action="login_proses.php" method="POST">
<div class="form-group">
<div class="col-sm-12">
<input class="form-control" name="username" placeholder="Username" type="text" required>
</div>
</div>
<div class="form-group">
<div class="col-sm-12">
<input class="form-control" name="password" placeholder="Password" type="password">
</div>
</div>
<div class="row">
<div class="col-sm-10">
<center><button type="submit" class="btn btn-light btn-radius btn-brd grd1">
Masuk
</button>
<p>Belum punya akun?<a href="regis.php">Daftar disini</a></p>
</center>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- </div> -->
</body>
<!-- ALL JS FILES -->
<script src="js/all.js"></script>
<!-- ALL PLUGINS -->
<script src="js/custom.js"></script>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment