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

banner.html 168B

123456789101112131415
  1. <HTML>
  2. <title>Banner</title>
  3. <body text="#ffffff" bgcolor="#aa4444">
  4. <center>
  5. <p>
  6. <font size="5">The Mesa 3D Graphics Library</font>
  7. </p>
  8. </center>
  9. </body>
  10. </html>