Mercurial > code > home > repos > homeauto
comparison service/pilight/static/input-number/index.html @ 945:752e620f1293
add input-rgb polymer element
Ignore-this: 2ba2ef39af2ef4f6c14036c5ac188e97
darcs-hash:20140712183250-312f9-dbe5a232f2d861b3088e314e2cd53ff70ce839d3
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sat, 12 Jul 2014 11:32:50 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
944:5a3121704234 | 945:752e620f1293 |
---|---|
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-number></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-number/input-number.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> |