Compare commits
3 Commits
dbc37ebd24
...
806ca47fda
| Author | SHA1 | Date | |
|---|---|---|---|
| 806ca47fda | |||
|
|
8ae6e4c4f8 | ||
|
|
48d5eca923 |
@ -82,7 +82,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="{% static 'programmer/js/floating-button.js' %}"></script>
|
<script src="{% static 'programmer/js/floating-button.js' %}" defer></script>
|
||||||
|
|
||||||
{% include 'products/includes/pagination.html' %}
|
{% include 'products/includes/pagination.html' %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
BIN
programmer/static/programmer/images/favicon.png
Normal file
BIN
programmer/static/programmer/images/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.3 KiB |
6
programmer/static/programmer/images/favicon.svg
Normal file
6
programmer/static/programmer/images/favicon.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 9.7 KiB |
@ -66,6 +66,10 @@
|
|||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<link rel="shortcut icon" href="{% static 'programmer/images/black_logo.ico' %}" type="image/x-icon">
|
<link rel="shortcut icon" href="{% static 'programmer/images/black_logo.ico' %}" type="image/x-icon">
|
||||||
|
|
||||||
|
<!-- Для Яндекса и современных браузеров -->
|
||||||
|
<link rel="icon" href="{% static 'programmer/images/favicon.svg' %}" type="image/svg+xml">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" as
|
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" as
|
||||||
="style" onload="this.onload=null;this.rel='stylesheet'">
|
="style" onload="this.onload=null;this.rel='stylesheet'">
|
||||||
|
|||||||
BIN
static/programmer/images/favicon.png
Normal file
BIN
static/programmer/images/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.3 KiB |
6
static/programmer/images/favicon.svg
Normal file
6
static/programmer/images/favicon.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 9.7 KiB |
Loading…
x
Reference in New Issue
Block a user