mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Added meta-tag theme-color for better app experience on Chrome Mobile
This commit is contained in:
parent
9f9b926011
commit
da960b29da
@ -357,6 +357,7 @@ class RequestHandler(SimpleHTTPRequestHandler):
|
||||
"<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>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user