Update demo

This commit is contained in:
Paulus Schoutsen 2016-04-09 16:33:08 -07:00
parent 9cbd2d1141
commit 383f58daea
3 changed files with 1324 additions and 1258 deletions

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@
user-scalable=no' />
<meta name='theme-color' content='#03a9f4'>
<style>
#init {
#ha-init-skeleton {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
@ -36,7 +36,7 @@
</style>
</head>
<body fullbleed>
<div id='init'><img src='/static/favicon-192x192.png' height='192'></div>
<div id='ha-init-skeleton'><img src='/static/favicon-192x192.png' height='192'></div>
<script src='/demo/webcomponents-lite.min.js'></script>
<link rel='import' href='/demo/frontend.html' />
<home-assistant auth='no_password_set' icons='demo'></home-assistant>

File diff suppressed because one or more lines are too long