chenyao
2025-02-18 b5591da48cf8cc2a3c3f76eec86dfdfa5bf47485
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="">
  <head>
    <meta charset="UTF-8">
    <link rel="icon" href="/favicon.ico">
    <!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
     <!-- test -->
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
    <title>低空无人机监测网移动应用</title>
  </head>
  <body>
    <div id="app"></div>
    <script type="module" src="/src/main.ts"></script>
    <script src="./depend/ZLMRTCClient.js"></script>
  </body>
</html>
<style>
  #app, body {
    margin: auto;
    padding: 0;
  }
</style>