Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 648B

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
  2. <html>
  3. <head>
  4. <title>Mesa Home Page</title>
  5. </head>
  6. <frameset rows="80,*" border="0" frameborder="yes">
  7. <frame src="banner.html" name="BannerFrame"
  8. scrolling="no" marginwidth="1" marginheight="1">
  9. <frameset cols="28%,72% " border="1" frameborder="yes">
  10. <frame src="contents.html" name="ContentsFrame"
  11. marginwidth="2" marginheight="1" noresize="noresize">
  12. <frame src="news.html" name="MainFrame"
  13. marginwidth="3" marginheight="1" noresize="noresize">
  14. </frameset>
  15. <noframes>
  16. <p>Sorry, this site requires frame support</p>
  17. </noframes>
  18. </frameset>
  19. </html>