54 lines
1.0 KiB
HTML
Vendored
54 lines
1.0 KiB
HTML
Vendored
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>HuLa</title>
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
|
|
<link rel="icon" type="image/png" href="/hula_favicon.ico" />
|
|
|
|
<!-- iconpark图标库 -->
|
|
<script async src="/icon.js"></script>
|
|
|
|
<!-- 🧩 加载页样式 -->
|
|
<style id="loading-css">
|
|
.rounded-14px {
|
|
border-radius: 14px;
|
|
}
|
|
|
|
.size-50px {
|
|
width: 50px;
|
|
height: 50px;
|
|
}
|
|
|
|
.w-300px {
|
|
width: 300px;
|
|
}
|
|
|
|
.h-200px {
|
|
height: 200px;
|
|
}
|
|
|
|
.w-78px {
|
|
width: 78px;
|
|
}
|
|
|
|
.h-40px {
|
|
height: 40px;
|
|
}
|
|
|
|
.mb-140px {
|
|
margin-bottom: 140px;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<!-- Vue 应用挂载点 -->
|
|
<div id="app"></div>
|
|
<!-- 🚀 Vue 应用入口 -->
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|