mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +00:00
Update demo
This commit is contained in:
parent
e7b773166a
commit
21c51be123
2
_deploy
2
_deploy
@ -1 +1 @@
|
||||
Subproject commit 808cc75f125cebf5adbb07c2123a85dcf313fc7a
|
||||
Subproject commit 15c089a2afd31668d0d3662c8498998b9814ebe9
|
BIN
source/demo/favicon-192x192.png
Normal file
BIN
source/demo/favicon-192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
source/demo/favicon-apple-180x180.png
Normal file
BIN
source/demo/favicon-apple-180x180.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
source/demo/favicon.ico
Normal file
BIN
source/demo/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
File diff suppressed because one or more lines are too long
@ -1,19 +1,29 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Home Assistant</title>
|
||||
|
||||
<link rel='manifest' href='/demo/manifest.json' />
|
||||
|
||||
<meta name='apple-mobile-web-app-capable' content='yes'>
|
||||
<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='viewport' content='width=device-width,
|
||||
user-scalable=no' />
|
||||
|
||||
<link rel='shortcut icon' href='/demo/favicon.ico' />
|
||||
<link rel='icon' type='image/png'
|
||||
href='/demo/favicon-192x192.png' sizes='192x192'>
|
||||
<link rel='apple-touch-icon' sizes='180x180'
|
||||
href='/demo/favicon-apple-180x180.png'>
|
||||
<meta name='theme-color' content='#03a9f4'>
|
||||
</head>
|
||||
<body fullbleed>
|
||||
<h3 id='init' align='center'>Initializing Home Assistant</h3>
|
||||
<script src='/demo/webcomponents.min.js'>
|
||||
</script>
|
||||
<script src='/demo/webcomponents-lite.min.js'></script>
|
||||
<link rel='import' href='/demo/frontend.html' />
|
||||
<home-assistant auth='password'></home-assistant>
|
||||
<home-assistant auth='no_password_set'></home-assistant>
|
||||
<script>
|
||||
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
|
14
source/demo/manifest.json
Normal file
14
source/demo/manifest.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Home Assistant",
|
||||
"short_name": "Assistant",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"icons": [
|
||||
{
|
||||
"src": "\/static\/favicon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image\/png",
|
||||
"density": "4.0"
|
||||
}
|
||||
]
|
||||
}
|
13
source/demo/webcomponents-lite.min.js
vendored
Normal file
13
source/demo/webcomponents-lite.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
14
source/demo/webcomponents.min.js
vendored
14
source/demo/webcomponents.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user