This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div style="text-align:center;"> | |
<p> | |
The idiot who wrote this form's handler pretty much sucks. There's a few reasons why. | |
</p> | |
<form method="post" action=""> | |
<label for="ext">Username:</label><br /> | |
<input type="text" name="username" class="textbox" value="" /><br /><br /> | |
<label for="password">Password:</label><br /> | |
<input type="text" name="password" class="textbox" value="" /><br /><br /> |