Advertisement
Guest User

Untitled

a guest
Jun 21st, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.67 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Paul Downing</title>
  4. <link href="lab6-2style.css" rel="stylesheet" type="text/css">
  5. </head>
  6. <body>
  7. <table align="center" width="700" class="main">
  8. <tr>
  9.     <td colspan="2" class="gryHdr"><h1>IE Journal</h1></td>
  10. </tr>
  11. <tr>
  12.     <td valign="top" width="600"><?php include("journal.php"); ?></td>
  13.     <td valign="top" class="gryHdr">
  14.         <form action="entry.php" method="post">
  15.             Username:<br />
  16.             <input name="username" type="text" class="text">
  17.             Password:
  18.             <input name="password" type="password" class="text">
  19.             <center>
  20.             <input name="submit" type="submit" value="Login" class="button">
  21.             </center>
  22.         </form>
  23.     </td>
  24. </tr>
  25. </table>
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement