Compare commits

..

No commits in common. "6c62f7c635b5751ab43376756fc09e167f4875e9" and "0684fe73ce8d3d781c1c9500f974b7e425e138d9" have entirely different histories.

View File

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