mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-04 10:08:57 +00:00
25 lines
995 B
HTML
25 lines
995 B
HTML
<!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.min.js'>
|
|
</script>
|
|
<link rel='import' href='/demo/frontend.html' />
|
|
<home-assistant auth='password'></home-assistant>
|
|
<script>
|
|
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
|
|
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
|
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
|
s.parentNode.insertBefore(g,s)}(document,'script'));
|
|
</script>
|
|
</body>
|
|
</html>
|