|
Server : LiteSpeed System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : outerorb ( 1091) PHP Version : 8.1.34 Disable Function : mail Directory : /home2/outerorb/dev.outerorbittech.com/erp/ | |
|
Path: /home2/outerorb/dev.outerorbittech.com/erp/index.php
Size: 2.04 KB
Permissions: 0644
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Style -->
<link rel="stylesheet" href="css/style.css">
<title>ADMIN - LOGIN</title>
<link rel="icon" type="image/png" href="images/ric.jpg"/>
</head>
<body style="background-color:#e4f6ff">
<div class="content">
<div class="container">
<div class="row">
<div class="col-md-6">
<img src="images/login.png" alt="Image" class="img-fluid" width="90%" style="margin-top:-7%;margin-left:12%">
</div>
<div class="col-md-6 contents">
<div class="row justify-content-center">
<div class="col-md-8">
<div class="mb-4">
<h3>SIGN IN</h3>
</div>
<form action="check.php" method="post">
<div class="form-group first">
<label for="username">Username</label>
<input type="text" name="n" class="form-control" id="username">
</div>
<div class="form-group last mb-4">
<label for="password">Password</label>
<input type="password" name="p" class="form-control" id="password">
</div>
<input type="submit" name="s" value="Log In" class="btn btn-block btn-primary">
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>