Guest User

Untitled

a guest
Feb 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. Index:
  2. <html>
  3. <head>
  4. <title>Back to Cretaceous</title>
  5. </head>
  6. <frameset rows = '20%, 80%' border = "0">
  7. <frame src = 'HTML\header_frameset.htm'>
  8. <frameset cols= '15%, 85%'>
  9. <frame src = 'HTML\menu_frameset.htm' >
  10. <frame src = 'HTML\content_frameset.htm'>
  11. </frameset>
  12. </html>
  13.  
  14. Bovenste frame:
  15. <html>
  16. <head>
  17. <title>Untitled</title>
  18. </head>
  19. <body>
  20. <table>
  21. <td><img alt="BTC-title (17K)" src="../../../../../Pictures/BTC-title.jpg" height="90" width="399" /></td>
  22. </table>
  23. </body>
  24. </html>
  25.  
  26. menu (linkse frame):
  27. <html>
  28. <head>
  29. <title>Menu</title>
  30. </head>
  31. <body>
  32. Wat staat er op deze site?</br>
  33. <a href = 'Game.htm'>1. Het Spel</a></br>
  34. <a href = 'Info.htm'>2. Informatie</a></br>
  35. <a href = 'Forums.htm'>3. Forums</a></br>
  36. </body>
  37. </html>
  38.  
  39. inhoud (rechtse frame):
  40. <html>
  41. <head>
  42. <title>Untitled</title>
  43. </head>
  44. <body>
  45. content
  46. </body>
  47. </html>
  48.  
  49. game (of waar het zou moeten komen):
  50. <html>
  51. <head>
  52. <title>Back to Cretaceous</title>
  53. </head>
  54. <body>
  55. Het spel zelf zal hier te spelen zijn als het af is.
  56. </body>
  57. </html>
  58.  
  59. Info:
  60. <html>
  61. <head>
  62. <title>Informatie</title>
  63. </head>
  64. <body>
  65. Hier komt informatie overn de site.
  66. </body>
  67. </html>
  68.  
  69. Forums:
  70. <html>
  71. <head>
  72. <title>Forums</title>
  73. </head>
  74. <body>
  75. Hier komen de forums
  76. </body>
  77. </html>
Add Comment
Please, Sign In to add comment