Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <link rel="stylesheet" type="text/css" href="background.css"> >------------------ tu jest PROBLEM
  5. </head>
  6. <body>
  7. <div id="header">
  8. <h1>One Car & One Game...</h1>
  9. </div>
  10. <div id="nav">
  11. <a href="project.html">Project</a>
  12. <a href="businesses.html">Businesses</a>
  13. <a href="screen_res.php">Browser</a>
  14.  
  15. </div>
  16.  
  17. <div id="section">
  18. <h2>Project</h2>
  19. <p>
  20.  
  21. </p>
  22. </div>
  23.  
  24. <!---Map image in middle column----!>
  25. <div>
  26. <div id="section">
  27. <h2>The Route</h2>
  28. <img src="map.jpg" style="width:304px;height:228px">
  29. </div>
  30.  
  31. <!---login in third column----!>
  32. <!---will be linked to canallogin.php file----!>
  33. <div>
  34. <div id="section">
  35. <h2>Login To Access Full Site</h2>
  36. <p>
  37. Registered members may log in here for content from the book
  38. </p>
  39. <!---Login below ----!>
  40. <!---link to canal_login.php for server side scripting---!>
  41.  
  42. <form action="canal_login.php" method="POST">
  43. Username:<br>
  44. <input type="text" name="user">
  45. <br>
  46. Password:<br>
  47. <input type="text" name="password">
  48. <br><br>
  49. <input type="submit">
  50. </form>
  51. </div>
  52. <div id="footer">
  53. Copyright © Patryk M. All rights reserved.
  54. </div>
  55.  
  56. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement