-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (64 loc) · 1.88 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
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<base href="/" target="_blank" />
<link
rel="shortcut icon"
type="image/png"
href="/static/favicon.ico"
/>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta
name="description"
content="Semantic UI Vue is the Vue integration for Semantic UI"
/>
<meta
name="google-site-verification"
content="C-nMA8eRpuFX0E1y0W_eirhO_iP8XJtWyGrrxON-dgc"
/>
<meta property="og:title" content="Semantic UI Vue" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://semantic-ui-vue.github.io/" />
<meta
property="og:image"
content="https://semantic-ui-vue.github.io/static/images/logo.png"
/>
<meta
property="og:description"
content="Semantic UI Vue is the Vue integration for Semantic UI"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, height=device-height"
/>
<title>Semantic UI Vue</title>
<link href="/main.4d603bd4f2bb5e65addf.css" rel="stylesheet"></head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
<script type="text/javascript" src="/main.4d603bd4f2bb5e65addf.js"></script></body>
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
(i[r] =
i[r] ||
function() {
(i[r].q = i[r].q || []).push(arguments);
}),
(i[r].l = 1 * new Date());
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m);
})(
window,
document,
'script',
'https://www.google-analytics.com/analytics.js',
'ga',
);
ga('create', 'UA-39935118-3', 'auto');
ga('send', 'pageview');
</script>
</html>