riku
2024-07-12 756be572e470c4a2e2e971350a545b3e8d9c0180
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html lang="en" class="dark">
  <head>
    <meta charset="UTF-8" />
    <link rel="icon" href="/favicon.ico" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>飞羽数据大屏</title>
  </head>
  <body>
    <div id="app"></div>
    <script type="module" src="/src/main.js"></script>
  </body>
</html>