智慧园区前端大屏
shuishen
2024-10-31 c785fd76074e24f2223390e1c265d3c36cf4effd
index.html
@@ -1,13 +1,26 @@
<!--
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2024-10-25 10:56:27
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2024-10-31 18:36:26
 * @FilePath: \bigScreen\index.html
 * @Description:
 *
 * Copyright (c) 2024 by shuishen, All Rights Reserved.
-->
<!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>Vite + Vue</title>
  </head>
  <body>
    <div id="app"></div>
    <script type="module" src="/src/main.js"></script>
  </body>
</html>
<head>
  <meta charset="UTF-8" />
  <link rel="icon" type="image/svg+xml" href="/zhyq.svg" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>吉水化工园区“一园一策一图”VR平台</title>
</head>
<body>
  <div id="app"></div>
  <script type="module" src="/src/main.js"></script>
</body>
</html>