forked from Semantic-UI-Vue/Semantic-UI-Vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 1.55 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
<!DOCTYPE html>
<html>
<head>
<base href="<%= htmlWebpackPlugin.options.publicPath %>" target="_blank">
<link rel="shortcut icon" type="image/png" href="<%= htmlWebpackPlugin.options.publicPath %>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>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</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>