Оптимизация кода #29
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user