baoshiwei
5 天以前 2ad852ee08e21ee681950f1d6058499248baf88e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!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" />
    <title>Tauri + Vue + Typescript App</title>
  </head>
 
  <body>
    <div id="app"></div>
    
    <script type="module" src="/src/main.ts"></script>
  </body>
</html>
<style>
  body {
    margin: 0;
    background: linear-gradient(to right, #2c3e50, #3498db);;
  }
</style>