Site updated at 2015-12-06 21:32:51 UTC
This commit is contained in:
parent
ba22ea3d06
commit
a9c9fe76ea
86 changed files with 3171 additions and 2567 deletions
3815
demo/frontend.html
3815
demo/frontend.html
File diff suppressed because one or more lines are too long
|
@ -26,24 +26,17 @@
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
font-family: 'Roboto', 'Noto', sans-serif;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
#init div {
|
||||
line-height: 34px;
|
||||
margin-bottom: 89px;
|
||||
margin-bottom: 123px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body fullbleed>
|
||||
<div id='init'>
|
||||
<img src='/static/splash.png' height='230' />
|
||||
<div>Initializing</div>
|
||||
</div>
|
||||
<div id='init'><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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue