mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 12:11:35 +00:00
Add favicons
This commit is contained in:
parent
27ebf29397
commit
ae338adcfc
BIN
frontend/static/assets/images/favicon-192x192.png
Normal file
BIN
frontend/static/assets/images/favicon-192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
BIN
frontend/static/assets/images/favicon-32x32.png
Normal file
BIN
frontend/static/assets/images/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
frontend/static/assets/images/favicon-96x96.png
Normal file
BIN
frontend/static/assets/images/favicon-96x96.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
@ -2,8 +2,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="onion-location" content="{{ ONION_LOCATION }}" />
|
||||
{% comment %} TODO Add a proper fav icon {% endcomment %}
|
||||
<link rel="shortcut icon" href="#" />
|
||||
<link rel="shortcut icon" href="/static/assets/images/favicon-96x96.png" />
|
||||
<link rel="icon" type="image/png" href="/static/assets/images/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/static/assets/images/favicon-96x96.png" sizes="96x96">
|
||||
<link rel="icon" type="image/png" href="/static/assets/images/favicon-192x192.png" sizes="192x192">
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
Loading…
Reference in New Issue
Block a user