Guest User

Untitled

a guest
Jun 20th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.80 KB | None | 0 0
  1.     <div id="loginframe" align="center" style="margin-top: 250px;">
  2.         <div id="text-shadow">
  3.             <h1><font color="silver">Webinterface Login</font></h1> <br />
  4.             <form action="index.php" align="center">
  5.                 <table align="center" border="0" cellpadding="5" cellspacing="0" style="background: url('images/logins.png');width: 800px; height: 200px; background-repeat: no-repeat;">
  6.                     <tr>
  7.                         <td>Username: <input name="username" type="text" size="30" maxlength="30"></td>
  8.                     </tr>
  9.                     <tr>
  10.                         <td>Password: <input name="password" type="password" size="30" maxlength="40"></td>
  11.                     </tr>
  12.                     <tr>
  13.                         <td>
  14.                             <input align="right" type="submit" value=" Absenden ">
  15.                             <input align="right" type="reset" value=" Abbrechen">
  16.                         </td>
  17.                     </tr>
  18.                 </table>
  19.             </form>
  20.         </div>
  21.     </div>
Add Comment
Please, Sign In to add comment