-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathadmin.html
More file actions
49 lines (47 loc) · 1.67 KB
/
admin.html
File metadata and controls
49 lines (47 loc) · 1.67 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="StyleSheet.css" />
<title>TV Trading Co., Ltd.</title>
</head>
<body>
<div id="title">
<h1>TV Trading Co., Ltd.</h1>stalking the beauty of trade since time immemorial .....
</div>
<hr>
<br />
<div id="login_table">
<table id ="login_form">
<tr>
<td>
<table>
<tr>
<td align="left">
<h3>Login</h3>
</td>
</tr>
<tr>
<td>
<div id="login_form">
<form action="adminLoginForm.php" method="post">
Email: <input type="email" name="email" />
Password: <input type="password" name="password" />
<input type="submit" value="Login" />
</form>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<br />
<br />
</td>
</tr>
</table>
</div>
</body>
</html>