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

10 行
222B

  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> this is static file </h1>
  7. <a href="css/index.css"> test link index.css </a>
  8. </body>