Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
69
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="styles.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>News</h1></td>
  10. </tr>
  11. <tr>
  12.  
  13.     <td valign="top" width="600"><?php include("news.php"); ?></td>
  14.  
  15.     <td valign="top" class="gryHdr">
  16.         <form action="entry.php" method="post">
  17.             Username:<br />
  18.             <input name="username" type="text" class="text">
  19.             Password:
  20.             <input name="password" type="password" class="text">
  21.             <center>
  22.             <input name="submit" type="submit" value="Login" class="button">
  23.             </center>
  24.         </form>
  25.     </td>
  26. </tr>
  27. </table>
  28. </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement