您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- <head>
- <title>Demo static index</title>
- <link rel="stylesheet" type="text/css" href="css/index.css">
- </head>
- <body>
- <h1> this is static file </h1>
- <a href="css/index.css"> test link index.css </a>
- </body>
|