mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Updated favicon
This commit is contained in:
parent
17eefcffbe
commit
31c88efc4a
@ -330,8 +330,9 @@ class RequestHandler(BaseHTTPRequestHandler):
|
||||
"<head><title>Home Assistant</title>"
|
||||
"<link rel='stylesheet' type='text/css' "
|
||||
" href='/static/style.css'>"
|
||||
"<link rel='icon' href='/static/favicon.ico' "
|
||||
" type='image/x-icon' />"
|
||||
"<link rel='shortcut icon' href='/static/favicon.ico' />"
|
||||
"<link rel='icon' type='image/png' "
|
||||
" href='/static/favicon-192x192.png' sizes='192x192'>"
|
||||
"</head>"
|
||||
"<body>"
|
||||
"<div class='container'>"
|
||||
@ -364,8 +365,9 @@ class RequestHandler(BaseHTTPRequestHandler):
|
||||
"<head><title>Home Assistant</title>"
|
||||
"<link rel='stylesheet' type='text/css' "
|
||||
" href='/static/style.css'>"
|
||||
"<link rel='icon' href='/static/favicon.ico' "
|
||||
" type='image/x-icon' />"
|
||||
"<link rel='shortcut icon' href='/static/favicon.ico' />"
|
||||
"<link rel='icon' type='image/png' "
|
||||
" href='/static/favicon-192x192.png' sizes='192x192'>"
|
||||
"<script src='http://code.jquery.com/jquery-2.1.1.min.js'>"
|
||||
" </script>"
|
||||
"<script type='text/javascript' src='/static/script.js'>"
|
||||
|
BIN
homeassistant/components/http/www_static/favicon-192x192.png
Normal file
BIN
homeassistant/components/http/www_static/favicon-192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 318 B After Width: | Height: | Size: 15 KiB |
Loading…
x
Reference in New Issue
Block a user