Site updated at 2014-12-21 23:25:40 UTC
This commit is contained in:
parent
bb4559958d
commit
e30ce415e1
22 changed files with 482 additions and 52 deletions
18
demo/index.html
Normal file
18
demo/index.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Home Assistant</title>
|
||||
<meta name='mobile-web-app-capable' content='yes'>
|
||||
<link rel='shortcut icon' href='/images/favicon.ico' />
|
||||
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192'>
|
||||
<meta name='viewport' content='width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0' />
|
||||
<meta name='theme-color' content='#03a9f4'>
|
||||
</head>
|
||||
<body fullbleed>
|
||||
<h3 id='init' align='center'>Initializing Home Assistant</h3>
|
||||
<script src='/demo/webcomponents.js'>
|
||||
</script>
|
||||
<link rel='import' href='/demo/frontend.html' />
|
||||
<splash-login auth='password'></splash-login>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue