You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.2 KiB
35 lines
1.2 KiB
2 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en" style="font-size: 37.5px;">
|
||
|
<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, minimum-scale=1.0, viewport-fit=cover"/>
|
||
|
<!-- iconfont 通过fontclass引入-->
|
||
|
<!-- 添加完icon后重新生成网站链接替换 -->
|
||
|
<link rel="stylesheet" href="http://at.alicdn.com/t/c/font_3879409_e0hp5qnctan.css">
|
||
|
|
||
|
<style>
|
||
|
:root{
|
||
|
--safe-area-inset-top0: constant(safe-area-inset-top);
|
||
|
--safe-area-inset-top0: env(safe-area-inset-top);
|
||
|
|
||
|
--safe-area-inset-bottom0: constant(safe-area-inset-bottom);
|
||
|
--safe-area-inset-bottom0: env(safe-area-inset-bottom);
|
||
|
}
|
||
|
</style>
|
||
|
<title>Vite + Vue + TS</title>
|
||
|
<script src="https://cdn.bootcdn.net/ajax/libs/vConsole/3.15.0/vconsole.min.js"></script>
|
||
|
<script>
|
||
|
new VConsole();
|
||
|
</script>
|
||
|
<script type="module" src="/src/assets/libs/js/BBbundle.js"></script>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div id="app"></div>
|
||
|
<script type="module" src="/src/main.ts"></script>
|
||
|
<!-- iconfont 通过symbol引入 -->
|
||
|
<script src="//at.alicdn.com/t/c/font_3879409_xsy09bwq7w.js"></script>
|
||
|
</body>
|
||
|
</html>
|