0% found this document useful (0 votes)
19 views2 pages

Administrator

This document is an HTML template for a login page titled 'Login-SIGPJPontianak'. It includes a form for administrators to input their username and password, along with styling and scripts for functionality. The footer contains copyright information for SIGPJ Pontianak, dated 2025.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views2 pages

Administrator

This document is an HTML template for a login page titled 'Login-SIGPJPontianak'. It includes a form for administrators to input their username and password, along with styling and scripts for functionality. The footer contains copyright information for SIGPJ Pontianak, dated 2025.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

<!

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-SIGPJPontianak</title>
<link href="themplate/css/styles.css" rel="stylesheet" />
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js"
crossorigin="anonymous"></script>
</head>
<body class="bg-primary">
<div id="layoutAuthentication">
<div id="layoutAuthentication_content">
<main>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-5">
<div class="card shadow-lg border-0 rounded-lg mt-
5">
<div class="card-header"><h3 class="text-center
font-weight-light my-4">Login Administrator</h3></div>
<div class="card-body">
<form method="post"
action="action/aksiloginadmin.php">
<div class="form-floating mb-3">
<input name="user" class="form-
control" id="inputuser" type="text"/>
<label
for="inputuser">Username</label>
</div>
<div class="form-floating mb-3">
<input name="pass" class="form-
control" id="inputpass" type="password" />
<label
for="inputpass">Password</label>
</div>

<div class="d-flex align-items-center


justify-content-between mt-4 mb-0">
<input type="submit" class="btn
btn-primary" value="Login" >
</div>
</form>
</div>

</div>
</div>
</div>
</div>
</main>
</div>
<div id="layoutAuthentication_footer">
<footer class="py-4 bg-light mt-auto">
<div class="container-fluid px-4">
<div class="d-flex align-items-center justify-content-
between small">
<div class="text-muted">Copyright &copy; SIGPJ
Pontianak 2025</div>
</div>
</div>
</footer>
</div>
</div>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
crossorigin="anonymous"></script>
<script src="themplate/js/scripts.js"></script>
</body>
</html>

You might also like