-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
27 lines (26 loc) · 930 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!--
* @Author: wangguixing
* @Date: 2023-03-05 16:08:45
* @LastEditors: wangguixing
* @LastEditTime: 2023-03-31 13:43:59
* @FilePath: \arcro-vue\index.html
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="renderer" content="webkit" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1, user-scalable=no">
<link rel="icon" href="/favicon.ico">
<title><%- title %></title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script type="text/javascript">
document.body.setAttribute('arco-theme', 'light')
</script>
</body>
</html>