Compare commits
No commits in common. "6c62f7c635b5751ab43376756fc09e167f4875e9" and "0684fe73ce8d3d781c1c9500f974b7e425e138d9" have entirely different histories.
6c62f7c635
...
0684fe73ce
@ -53,16 +53,12 @@
|
||||
</script>
|
||||
|
||||
<!-- Основной CSS файл (темная тема по умолчанию) -->
|
||||
<!-- Асинхронная загрузка 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>
|
||||
<link type="text/css" href="{% static 'programmer/css/styles.css' %}" rel="stylesheet" />
|
||||
|
||||
<!-- Тема 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"> -->
|
||||
<!-- Асинхронная загрузка 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>
|
||||
<link id="theme-css-1c" rel="stylesheet" href="{% static 'programmer/css/1c-light.min.css' %}">
|
||||
|
||||
<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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user