index.html 402 Bytes
Newer Older
aoyhwsl's avatar
aoyhwsl committed
1 2 3 4 5 6
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <link rel="icon" type="image/svg+xml" href="/vite.svg" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
zhangsan's avatar
1  
zhangsan committed
7
    <title>人民财政结算</title>
aoyhwsl's avatar
aoyhwsl committed
8 9 10 11 12 13
  </head>
  <body>
    <div id="app"></div>
    <script type="module" src="/src/main.ts"></script>
  </body>
</html>