Clone of mesa.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

index.html 550B

1234567891011121314151617181920212223
  1. <html>
  2. <title>Mesa Home Page</title></head>
  3. <frameset rows="50,100% " border="1" framespacing="1" frameborder="yes">
  4. <frame src="banner.html" name="BannerFrame" scrolling="no" marginwidth="1" marginheight="1" resize="">
  5. <frameset cols="28%,72% " border="1" framespacing="1" frameborder="yes">
  6. <frame src="contents.html" name="ContentsFrame" marginwidth="2" marginheight="1" resize="">
  7. <frame src="news.html" name="MainFrame" marginwidth="3" marginheight="1" resize="">
  8. </frameset>
  9. </frameset>
  10. <noframes>
  11. <BODY>
  12. <P>
  13. </body>
  14. </noframes>
  15. </html>