fix_test #34
@ -82,7 +82,7 @@
|
||||
{% endfor %}
|
||||
</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' %}
|
||||
{% 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">
|
||||
<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">
|
||||
<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'">
|
||||
|
||||
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