fix_test #34

Merged
nikdizell merged 2 commits from fix_test into main 2026-06-25 13:18:02 +03:00
5 changed files with 16 additions and 0 deletions
Showing only changes of commit 8ae6e4c4f8 - Show all commits

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@ -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'">

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.7 KiB