Skip to content

Commit

Permalink
web: Add static favicon and apple-touch-icon
Browse files Browse the repository at this point in the history
These icons have been designed by myself long ago for my previous smart
home web interface.

A quick fix for #24; however configurable icons as proposed in the issue
would still be nice.
  • Loading branch information
mhthies committed Dec 13, 2020
1 parent 50a08bc commit a776af8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file added shc/web/static/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added shc/web/static/favicon.ico
Binary file not shown.
2 changes: 2 additions & 0 deletions shc/web/templates/page.htm
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="{{root_url}}static/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="{{root_url}}static/apple-touch-icon.png" />

<title>{{ html_title }}</title>

Expand Down

0 comments on commit a776af8

Please sign in to comment.