Merge pull request 'Оптимизация кода' (#29) from fix_test into main
Some checks failed
Auto-update README / update-readme (push) Has been cancelled

Reviewed-on: #29
This commit is contained in:
Николай Сердюк 2026-06-23 17:54:35 +03:00
commit 6c62f7c635

View File

@ -53,12 +53,16 @@
</script>
<!-- Основной CSS файл (темная тема по умолчанию) -->
<link type="text/css" href="{% static 'programmer/css/styles.css' %}" rel="stylesheet" />
<!-- Асинхронная загрузка styles.css -->
<link rel="preload" href="{% static 'programmer/css/styles.css' %}" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="{% static 'programmer/css/styles.css' %}"></noscript>
<!-- Тема Highlight.js -->
<!-- <link rel="stylesheet" href="{% static 'programmer/css/highlight-default.min.css' %}">-->
<!-- <link rel="stylesheet" href="{% static 'programmer/css/1c-light.min.css' %}" id="theme-css-1c"> -->
<link id="theme-css-1c" rel="stylesheet" href="{% static 'programmer/css/1c-light.min.css' %}">
<!-- Асинхронная загрузка 1c-light.min.css -->
<link rel="preload" href="{% static 'programmer/css/1c-light.min.css' %}" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="{% static 'programmer/css/1c-light.min.css' %}"></noscript>
<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">