-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmin.php
More file actions
31 lines (31 loc) · 854 Bytes
/
Copy pathadmin.php
File metadata and controls
31 lines (31 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>MDBMs--AdminLogin</title>
<head>
<body>
<h1>ADMINISTRATOR LOGIN</h1>
<form id="form1" name="form1" method="post" action="adminconnect.php">
<label for="ad">ADMIN</label>
<input type="text" name="ad" id="ad" /><br/><br/>
<label for="password">PASSWORD</label>
<input type="password" name="password" id="password" />
<br /><br/>
<input name="signin" value="Sign In" type="submit" /><br/><br/>
</form>
<br/>
<br/>
<div class=addrate>
<style type="text/css">
div.addrate
{ position:absolute;
left:600px;
top:300px;
text-align:center;
}
</style>
<h3><a href="home.php">GO TO HOMEPAGE</a></h3>
</div>
</body>
</html>