mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 15:56:51 +00:00
Update demo
This commit is contained in:
parent
8b5687ad52
commit
579ad09a0b
File diff suppressed because one or more lines are too long
@ -5,22 +5,45 @@
|
|||||||
<title>Home Assistant</title>
|
<title>Home Assistant</title>
|
||||||
|
|
||||||
<link rel='manifest' href='/demo/manifest.json' />
|
<link rel='manifest' href='/demo/manifest.json' />
|
||||||
|
|
||||||
<meta name='apple-mobile-web-app-capable' content='yes'>
|
|
||||||
<meta name='mobile-web-app-capable' content='yes'>
|
|
||||||
|
|
||||||
<meta name='viewport' content='width=device-width,
|
|
||||||
user-scalable=no' />
|
|
||||||
|
|
||||||
<link rel='shortcut icon' href='/demo/favicon.ico' />
|
<link rel='shortcut icon' href='/demo/favicon.ico' />
|
||||||
<link rel='icon' type='image/png'
|
<link rel='icon' type='image/png'
|
||||||
href='/demo/favicon-192x192.png' sizes='192x192'>
|
href='/demo/favicon-192x192.png' sizes='192x192'>
|
||||||
<link rel='apple-touch-icon' sizes='180x180'
|
<link rel='apple-touch-icon' sizes='180x180'
|
||||||
href='/demo/favicon-apple-180x180.png'>
|
href='/demo/favicon-apple-180x180.png'>
|
||||||
|
<meta name='apple-mobile-web-app-capable' content='yes'>
|
||||||
|
<meta name='mobile-web-app-capable' content='yes'>
|
||||||
|
<meta name='viewport' content='width=device-width,
|
||||||
|
user-scalable=no' />
|
||||||
<meta name='theme-color' content='#03a9f4'>
|
<meta name='theme-color' content='#03a9f4'>
|
||||||
|
<style>
|
||||||
|
#init {
|
||||||
|
display: -webkit-flex;
|
||||||
|
display: flex;
|
||||||
|
-webkit-flex-direction: column;
|
||||||
|
-webkit-justify-content: center;
|
||||||
|
-webkit-align-items: center;
|
||||||
|
flex-direction: column;
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body fullbleed>
|
<body fullbleed>
|
||||||
<h3 id='init' align='center'>Initializing Home Assistant</h3>
|
<div id='init'>
|
||||||
|
<img src='/static/splash.png' height='230' />
|
||||||
|
<div>Initializing</div>
|
||||||
|
</div>
|
||||||
<script src='/demo/webcomponents-lite.min.js'></script>
|
<script src='/demo/webcomponents-lite.min.js'></script>
|
||||||
<link rel='import' href='/demo/frontend.html' />
|
<link rel='import' href='/demo/frontend.html' />
|
||||||
<home-assistant auth='no_password_set'></home-assistant>
|
<home-assistant auth='no_password_set'></home-assistant>
|
||||||
|
7
source/demo/webcomponents-lite.min.js
vendored
7
source/demo/webcomponents-lite.min.js
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
BIN
source/static/splash.png
Normal file
BIN
source/static/splash.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
Loading…
x
Reference in New Issue
Block a user