-
Notifications
You must be signed in to change notification settings - Fork 115
/
index.html
29 lines (28 loc) · 1.22 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>v-contextmenu</title>
<link rel="stylesheet" href="https://cdn.staticfile.org/prism/1.22.0/themes/prism.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Texturina:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Texturina:wght@500&family=Titillium+Web:wght@600&display=swap" rel="stylesheet">
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?52eb07460b7dc3e27bb80c78c0988671";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<div id="app"></div>
<script src="https://cdn.staticfile.org/prism/1.22.0/prism.min.js"></script>
<script src="https://cdn.staticfile.org/prism/1.22.0/components/prism-typescript.min.js"></script>
<script type="module" src="/site/main.ts"></script>
</body>
</html>