Hacked By AnonymousFox
<?php
//include"lib/connect.php";
//@$alert=$_GET["alert"];
?>
<!DOCTYPE html>
<!-- Coding By CodingNepal - www.codingnepalweb.com -->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FINANCIAL V.1</title>
<link rel="stylesheet" href="style.css">
</head>
<style type="text/css">
.style27 {
color: #FF0000;
font-size: 14px;
}
</style>
<body>
<nav>
<a href="#"></a> </nav>
<div class="form-wrapper">
<div align="center">
<h2>เข้าสู่ระบบ <br>
การติดตามเงินงบประมาณ</h2>
</div>
<?php if(@$alert=="yes") { ?><br><br>
<div align="center" class="style27">
<b> ชื่อผู้ใช้งาน หรือ รหัสผ่าน <br />
ไม่ถูกต้อง กรุณากรอกใหม่อีกครั้ง</b> <br /><br />
</div>
<? } ?>
<form action="system/login.php" method="post">
<div class="form-control">
<input type="text" name="username" id="username" required>
<label>Username</label>
</div>
<div class="form-control">
<input type="password" name="pass" id="pass" required>
<label>Password</label>
</div>
<button type="submit">เข้าสู่ระบบ</button>
</form>
</div>
</body>
</html>
Hacked By AnonymousFox1.0, Coded By AnonymousFox