-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (28 loc) · 1.44 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
28
29
30
31
32
<!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="keywords" content="quarkd、quark design、web components、webcomponents、组件库、跨技术栈、跨技术栈组件库、customelement、custom element、移动端组件库">
<meta name="description" content="基于 Quark Design 设计体系的跨技术栈移动端组件库。">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/quark-static@latest/theme.css" />
<!-- 本地开发使用下面资源 -->
<!-- <link rel="stylesheet" href="../static/theme.css"> -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VPD45X3FFK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-VPD45X3FFK');
</script>
</head>
<body>
<div id="doc"></div>
<script type="module" src="./src/docs_vue/main.ts"></script>
</body>
</html>