Untitled
3 years ago in Plain Text
<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Admin Login - The Institute of Chartered Accountants of Pakistan</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="index_files/css.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="index_files/style.css">
</head>
<body>
<!-- Header Start -->
<header class="clearfix">
<div class="head clearfix">
<div class="logo"><a href="https://www.icap.org.pk/stcvadmin/"><img src="index_files/logo-icap.png" alt="icap logo"></a></div>
</div>
</header>
<!-- Header End -->
<!-- Body Start -->
<div class="login-main clearfix">
<p style="font-size:18px;" align="center"><strong>ADMIN LOGIN</strong></p>
<table align="center">
<form action="login.php" method="get" name="login"></form>
<tbody><tr><td><label>User ID:</label></td><td><input type="text" name="user" maxlength="20" size="12" required=""></td></tr>
<tr><td><label>Password:</label></td><td><input type="password" name="password" maxlength="10" size="12" required=""></td></tr>
<tr><td>&nbsp;</td><td><input name="submit" type="submit" value="Login"></td></tr>
</tbody></table>
</div>
<footer>
<div class="footer">
<p align="center">Copyright © 2021 The Institute of Chartered Accountants of Pakistan | All Rights are Reserved.</p>
</div>
</footer>
</body></html>