asked on
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>ETS</title>
<style type="text/css" media="screen">@import "./includes/layout.css"; </style>
</head>
<body>
<body style="background-image:url(FadedBG.png); background-repeat:no-repeat; background-attachment:fixed; background-position:center;">
<?php
require('connection.php');
?>
<form method="post" action="" onSubmit="return checkme()">
<div id="Header"><center><b><i>Employment Tracking System</i></center> </b></div>
<center><h1>ETS</i></h1></center>
<td><b>User Name:</b>
<input type="text" name="uname" size="30" /><br />
</td>
<br>
<td><b>Password:</b>
<input type="text" name="password" size="32" /><br />
</td>
<br>
<input type="submit" value="Submit" />
</body>
</html>