-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
27 lines (26 loc) · 1.15 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
26
27
<!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 - 一套企业级跨框架 UI 设计语言</title>
<script src="https://m.hellobike.com/npm/@hb/[email protected]/lib/client/index.js"></script>
<!-- Hotjar Tracking Code for https://quark-design.hellobike.com/#/ -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:3219369,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</head>
<body>
<div id="doc" class="dark:bg-gray-900"></div>
<script type="module" src="./src/docs_vue/main.ts"></script>
</body>
</html>