Add favicon
This commit is contained in:
parent
9f02ffa55c
commit
54e68a9075
5
main.py
5
main.py
@ -55,6 +55,11 @@ async def handler(request):
|
||||
del request # unused
|
||||
return aiohttp.web.FileResponse('admin.html')
|
||||
|
||||
@routes.get('/favicon.ico')
|
||||
async def handler(request):
|
||||
del request # unused
|
||||
return aiohttp.web.FileResponse('static/coin.png')
|
||||
|
||||
|
||||
@routes.get('/')
|
||||
async def handler(request):
|
||||
|
BIN
static/coin.png
Normal file
BIN
static/coin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Loading…
Reference in New Issue
Block a user