Mercurial > code > home > repos > homeauto
diff service/pilight/static/input-slider/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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/service/pilight/static/input-slider/index.html Sat Jul 12 11:32:50 2014 -0700 @@ -0,0 +1,39 @@ +<!DOCTYPE html> +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"> + <title><input-slider></title> + + <script src="../platform/platform.js"></script> + + <link rel="import" href="../show-and-tell/show-and-tell.html"> + + <style type="text/css"> + html { + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); + } + body{ + width: 100%; + height: 100%; + background: #f3eee8; + margin: 0; + font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-size: 13px; + } + </style> +</head> +<body unresolved> + +<show-and-tell url="../input-slider/input-slider.html"></show-and-tell> + +<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','//www.google-analytics.com/analytics.js','ga'); + ga('create', 'UA-258449-15', 'aleksandarrodic.com'); + ga('send', 'pageview'); +</script> +</body> +</html> \ No newline at end of file