多个 html 测试edit icon

创建者:
用户fkxIv10d
Fork(复制)
下载
嵌入
BUG反馈
预览中
index.html
md
README.md
assets
about.html
index.js
index.html
            
            <!DOCTYPE html>
<html lang="zh">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <style>
      .title {
        margin-top: 95px;
        text-align: center;
      }
      .desc {
        color: #777;
        text-align: center;
      }
    </style>
  </head>

  <body>
    <h1 class="title">
      Hello 笔.COOL4546546324888 333 dadf
    </h1>
<img src="./assets/v2-c64cc44ddf037c0087b667348ec2c185_1440w.jpg" />
    <a href="./about.html">go to about page</a>

    <script>
      console.log(["Hello 笔.COOL 控制台"]);
    </script>
  </body>
</html>

        
编辑器加载中
预览
控制台