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

33 行
673B

  1. <head>
  2. <title>Demo static index</title>
  3. <link rel="stylesheet" type="text/css" href="css/index.css">
  4. </head>
  5. <body>
  6. <h1> Static Html Site </h1>
  7. <hr>
  8. <div class="center">
  9. <p >
  10. This is a static website located on /
  11. </p>
  12. <ol>
  13. <li>
  14. <a href="css/index.css"> css/index.css </a>
  15. </li>
  16. <li>
  17. static url <a href="spa1/"> /spa1 </a> &#x2192; "./html/test/"
  18. </li>
  19. <li>
  20. static url <a href="spa2/">/spa2 </a> &#x2192; "./html/test/"
  21. </li>
  22. <li>
  23. static url <a href="test/">/test </a> &#x2192; "./html/test/"
  24. </li>
  25. </ol>
  26. </div>
  27. </body>