Advertisement
| 09.26.2008 at 05:01PM PDT, ID: 23767742 | Points: 500 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
</head>
<body>
<div id="menu">
<form action="/login/" method="POST">
<p><label title="Username"><input type="text" name="username" value="username" /></label>
<label title="Password"><input type="text" name="password" value="password" /></label>
</form>
</div>
</body>
</html>
|
Advertisement