add favicon extracted from logo P glyph
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
BIN
padelnomics/src/padelnomics/static/images/apple-touch-icon.png
Normal file
BIN
padelnomics/src/padelnomics/static/images/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
padelnomics/src/padelnomics/static/images/favicon-192.png
Normal file
BIN
padelnomics/src/padelnomics/static/images/favicon-192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
BIN
padelnomics/src/padelnomics/static/images/favicon-32.png
Normal file
BIN
padelnomics/src/padelnomics/static/images/favicon-32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
padelnomics/src/padelnomics/static/images/favicon.ico
Normal file
BIN
padelnomics/src/padelnomics/static/images/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
@@ -5,6 +5,11 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>{% block title %}{{ config.APP_NAME }}{% endblock %}</title>
|
<title>{% block title %}{{ config.APP_NAME }}{% endblock %}</title>
|
||||||
|
|
||||||
|
<!-- Favicon -->
|
||||||
|
<link rel="icon" href="{{ url_for('static', filename='images/favicon.ico') }}" sizes="any">
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="{{ url_for('static', filename='images/favicon-32.png') }}">
|
||||||
|
<link rel="apple-touch-icon" href="{{ url_for('static', filename='images/apple-touch-icon.png') }}">
|
||||||
|
|
||||||
<!-- Pico CSS v2 -->
|
<!-- Pico CSS v2 -->
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user