-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
26 lines (24 loc) · 1.14 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
<!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>Quarkc - 为跨技术栈而生!</title>
<meta name="keywords" content="quarkc、quarkd、quark design、web components、webcomponents、组件库、跨技术栈、跨技术栈组件库、customelement、custom element">
<meta name="description" content="quarkc 为跨平台跨框架前端组件构建工具,也可以用于构建脱离前端技术框架的前端应用,底层基于 Web components">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JY2PV4VDZN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-JY2PV4VDZN');
</script>
</head>
<body>
<div id="doc"></div>
<script type="module" src="./src/main.ts"></script>
</body>
</html>