Add favicon.ico
This commit is contained in:
parent
47aaef4053
commit
24338557ee
@ -116,6 +116,11 @@ class IPMPVServer:
|
||||
return send_from_directory("static", 'screenshot1.png',
|
||||
mimetype='image/png')
|
||||
|
||||
@self.app.route('/favicon.ico')
|
||||
def serve_favicon():
|
||||
return send_from_directory("static", 'favicon.ico',
|
||||
mimetype='image/vnd.microsoft.icon')
|
||||
|
||||
def _handle_index(self):
|
||||
"""Handle the index route."""
|
||||
from channels import group_channels
|
||||
|
||||
BIN
static/favicon.ico
Executable file
BIN
static/favicon.ico
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue
Block a user