You are on page 1of 1

<html>

<head>
<title>Administration Login</title>
</head>
<script>
<body>
<form id="adminLogin" action="adminIndex.php" method="post">
<label id="adminUsername" name="adminUsername">Username:</label>
<input type="text" id="adminUsername" name="adminUsername" required/>
<label id="adminPassword" name="adminPassword">Password:</label>
<input type="text" id="adminPassword" name="adminPassword" required/>
<input type="submit" value="Login">
</form>
</body>
</html>

You might also like