Advertisement
aaaaaa123456789

Acid Logs front page

Feb 6th, 2012
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.50 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3.   <head>
  4.     <title>Acid Logs -- welcome to Acid Logs!</title>
  5.   </head>
  6.   <body>
  7.     <center>
  8.       <br />
  9.       <h2>Acid Logs</h2>
  10.       <br /><br />
  11.       Welcome to Acid Logs!<br />
  12.       Important or somehow relevant logs from the chat are kept here.<br />
  13.       <br />
  14.       Please fill in the following data in order to access the log you require.<br />
  15.       <br />
  16.       <form action="http://logs.acidchat.comuf.com/chatlog.php" method="post">
  17.         <table border="3" cellpadding="5" cellspacing="3" width="600" rules="none">
  18.           <col width="150" align="right" />
  19.           <col align="left" />
  20.           <tr>
  21.             <td>
  22.               Type:
  23.             </td>
  24.             <td>
  25.               <input type="radio" name="type" value="group" />Group  
  26.               <input type="radio" name="type" value="log" />Log
  27.             </td>
  28.           </tr>
  29.           <tr>
  30.             <td>
  31.               Number:
  32.             </td>
  33.             <td>
  34.               <input type="text" name="id" />
  35.             </td>
  36.           </tr>
  37.           <tr>
  38.             <td>
  39.               Password:
  40.             </td>
  41.             <td>
  42.               <input type="password" name="password" />
  43.             </td>
  44.           </tr>
  45.         </table><br />
  46.         <input type="reset" value="Clear" />
  47.         <input type="submit" value="Go" />
  48.       </form>
  49.     </center>
  50.   </body>
  51. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement