945
|
1 <!DOCTYPE html>
|
|
2 <html>
|
|
3 <head>
|
|
4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
5 <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
|
|
6 <title><input-slider></title>
|
|
7
|
|
8 <script src="../platform/platform.js"></script>
|
|
9
|
|
10 <link rel="import" href="../show-and-tell/show-and-tell.html">
|
|
11
|
|
12 <style type="text/css">
|
|
13 html {
|
|
14 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
15 }
|
|
16 body{
|
|
17 width: 100%;
|
|
18 height: 100%;
|
|
19 background: #f3eee8;
|
|
20 margin: 0;
|
|
21 font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
22 font-size: 13px;
|
|
23 }
|
|
24 </style>
|
|
25 </head>
|
|
26 <body unresolved>
|
|
27
|
|
28 <show-and-tell url="../input-slider/input-slider.html"></show-and-tell>
|
|
29
|
|
30 <script>
|
|
31 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
32 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
33 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
34 })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
35 ga('create', 'UA-258449-15', 'aleksandarrodic.com');
|
|
36 ga('send', 'pageview');
|
|
37 </script>
|
|
38 </body>
|
|
39 </html> |