-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (28 loc) · 1.5 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>Quarkd(Quark design) - 下一代浏览器原生组件库,它可以同时在任意框架或无框架中使用。</title>
<meta name="keywords" content="quarkd,quark design,web components,webcomponents,quarkd组件库,跨技术栈组件库,跨技术栈组件库,customelement,custom element,移动端组件库">
<meta name="description" content="Quarkd哈啰跨技术栈移动端组件库, web components组件库, 浏览器原生组件库">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/quark-static/theme.css" />
<!-- theme.css 需要同步到 statics/theme.css 仓库 -->
<!-- <link rel="stylesheet" href="./theme.css"> -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" />
<!-- 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>