|
5 | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6 | 6 | <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
|
7 | 7 | <link href="//fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
|
8 |
| - <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous"> |
| 8 | + <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" |
| 9 | + integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous"> |
9 | 10 |
|
10 | 11 | <title>vue-agile | demo</title>
|
11 | 12 |
|
12 |
| - <meta name="description" content="vue-agile is a touch-friendly, responsive, easy to use carousel component for Vue.js inspired by Slick."> |
| 13 | + <meta name="description" |
| 14 | + content="vue-agile is a touch-friendly, responsive, easy to use carousel component for Vue.js inspired by Slick."> |
13 | 15 | </head>
|
| 16 | + |
14 | 17 | <body>
|
15 | 18 | <noscript>
|
16 | 19 | <strong>We're sorry but app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
17 | 20 | </noscript>
|
| 21 | + |
18 | 22 | <div id="app"></div>
|
19 | 23 | <!-- built files will be auto injected -->
|
20 | 24 |
|
21 | 25 | <script async defer src="https://buttons.github.io/buttons.js"></script>
|
22 | 26 | <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|
23 | 27 |
|
24 | 28 | <script>
|
25 |
| - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
26 |
| - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
27 |
| - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
28 |
| - })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); |
| 29 | + (function (i, s, o, g, r, a, m) { |
| 30 | + i['GoogleAnalyticsObject'] = r; |
| 31 | + i[r] = i[r] || function () { |
| 32 | + (i[r].q = i[r].q || []).push(arguments) |
| 33 | + }, i[r].l = 1 * new Date(); |
| 34 | + a = s.createElement(o), |
| 35 | + m = s.getElementsByTagName(o)[0]; |
| 36 | + a.async = 1; |
| 37 | + a.src = g; |
| 38 | + m.parentNode.insertBefore(a, m) |
| 39 | + })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga'); |
29 | 40 | ga('create', 'UA-104121614-1', 'auto');
|
30 | 41 | ga('send', 'pageview');
|
31 | 42 | </script>
|
|
0 commit comments