添加网站logo
笑笑 编写于 2023-04-02 23:04:49
NewLife.CubeVue
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width,initial-scale=1.0">
  <link rel="icon" href="/leaf.png">
  <title>
    魔方demo
  </title>
</head>

<body>
  <div id="app"></div>
  <script src="/config.js"></script>
  <script type="module" src="/src/main.ts"></script>
</body>

</html>