forked from songjianet/quark-design-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (23 loc) · 1.08 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="telephone=no" name="format-detection" />
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"/>
<link rel="shortcut icon" href="./src/assets/images/favicon.ico" type="image/x-icon"/>
<title>Quark Design - 下一代前端组件库,它可以同时在任意框架或无框架中使用。</title>
<meta name="description" content="基于 Quark Design 设计体系的跨技术栈移动端组件库。">
<script src="https://m.hellobike.com/npm/@hb/[email protected]/lib/client/index.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q2S3B5S36R"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Q2S3B5S36R');
</script>
</head>
<body>
<div id="doc" class="dark:bg-gray-900"></div>
<script type="module" src="./src/docs_vue/main.ts"></script>
</body>
</html>