-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
55 lines (48 loc) · 2.03 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="/favicon.ico">
<title>茶馆工作室</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:100,300,400,500,700,900&display=swap">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-173543219-1"></script>
</head>
<body>
<noscript>
<strong>本站需要您启用 JavaScript。</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
<script type="module" src="./src/main.ts"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-173543219-1');
</script>
<!-- WDJ Matomo -->
<script type="text/javascript">
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
_paq.push(["setCookieDomain", "*.teahou.se"]);
_paq.push(["setDomains", ["*.teahou.se"]]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function () {
var u = "https://tr.wd-ljt.com/";
_paq.push(['setTrackerUrl', u + 'matomo.php']);
_paq.push(['setSiteId', '7']);
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
g.type = 'text/javascript'; g.async = true; g.src = u + 'matomo.js'; s.parentNode.insertBefore(g, s);
})();
</script>
<noscript>
<p><img src="https://tr.wd-ljt.com/matomo.php?idsite=7&rec=1" style="border:0;" alt="" /></p>
</noscript>
<!-- End WDJ Matomo Code -->
</body>
</html>