Css не работает background image: html — Background-image не работает

html — Background-image не работает, не подгружает картику

Здраствуйте, не прогружает картинку:(

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;

    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h2, h3, h4, h5, h5, h6 {
margin: 0%;
}

/*container*/

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;

}

/*intro*/

.intro {
    width: 100%;
    height: 100vh;

    background: 
    url("/assets/images/intro.jpg") center 
    no-repeat;
    -webkit-background-size: cover;
    background-size: cover;



}
<!DOCTYPE html>
<html leng="eng"> 
    <head>
       <meta charset="utf-8">
       <link rel="stylesheet" href="assets/css/style.
css"> <link href="https://fonts.googleapis.com/css?family=Kaushan+Script|Montserrat:400,700&display=swap" rel="stylesheet"> <title>Mogo</title> </head> <body> <div> <div> <h2>Mogo</h2> </div> </div> </body> </html>
  • html
  • css

4

У вас папки css и images находятся на одном уровне. Попробуйте указать следующий путь к файлу:

 background: url("../images/intro.jpg") center no-repeat;

Т.е.написав ../ вы выходите из текущей папки (в нашем случае из папки css) и заходите в папку images, в которой и обращаетесь к изображению intro.jpg

2

У вас в папке нету картинки значит или вы указали неправильный путь. Добавил первую попавшееся фото в класс intro и все работает.

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;

    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h2, h3, h4, h5, h5, h6 {
margin: 0%;
}

/*container*/

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;

}

/*intro*/

.intro {
    width: 100%;
    height: 100vh;

    background: 
    url("https://icdn.lenta.ru/images/2019/07/19/20/20190719202701230/top7_7b989314a6df4679cdf0a6538036e872.jpg") center 
    no-repeat;
    -webkit-background-size: cover;
    background-size: cover;



}
<!DOCTYPE html>
<html leng="eng"> 
    <head>
       <meta charset="utf-8">
       <link rel="stylesheet" href="assets/css/style. css">
       <link href="https://fonts.googleapis.com/css?family=Kaushan+Script|Montserrat:400,700&display=swap" rel="stylesheet">
       <title>Mogo</title>
       </head>
    <body>
       <div>
            <div>
            <h2>Mogo</h2>

            </div>
        </div>
    </body>
    </html>

Зарегистрируйтесь или войдите

Регистрация через Google

Регистрация через Facebook

Регистрация через почту

Отправить без регистрации

Почта

Необходима, но никому не показывается

Отправить без регистрации

Почта

Необходима, но никому не показывается

Нажимая на кнопку «Отправить ответ», вы соглашаетесь с нашими пользовательским соглашением, политикой конфиденциальности и политикой о куки

Не работает фоновое изображение, модуль Background Image Field (https://www.

drupal.org/project/bg_img_field)

Пробовала ставить несколько модулей и ни один не заработал, к сожалению.
Модуль Background Image Field (https://www.drupal.org/project/bg_img_field), выдает такую ошибку при редактировании поля фонового изображения.

Notice: Undefined index: alt in Drupal\image\Plugin\Field\FieldType\ImageItem->defaultImageForm() (line 439 of core/modules/image/src/Plugin/Field/FieldType/ImageItem.php).
Drupal\image\Plugin\Field\FieldType\ImageItem->defaultImageForm(Array, Array) (Line: 183)
Drupal\image\Plugin\Field\FieldType\ImageItem->storageSettingsForm(Array, Object, ) (Line: 45)
Drupal\bg_img_field\Plugin\Field\FieldType\BgImgItem->storageSettingsForm(Array, Object, ) (Line: 92)
Drupal\field_ui\Form\FieldStorageConfigEditForm->form(Array, Object) (Line: 106)
Drupal\Core\Entity\EntityForm->buildForm(Array, Object) (Line: 56)
Drupal\field_ui\Form\FieldStorageConfigEditForm->buildForm(Array, Object, ‘node.test. field’)
call_user_func_array(Array, Array) (Line: 532)
Drupal\Core\Form\FormBuilder->retrieveForm(‘field_storage_config_edit_form’, Object) (Line: 278)
Drupal\Core\Form\FormBuilder->buildForm(Object, Object) (Line: 73)
Drupal\Core\Controller\FormController->getContentResult(Object, Object) (Line: 39)
Drupal\layout_builder\Controller\LayoutBuilderHtmlEntityFormController->getContentResult(Object, Object)
call_user_func_array(Array, Array) (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 573)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 124)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 158)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 80)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 705)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Notice: Undefined index: title in Drupal\image\Plugin\Field\FieldType\ImageItem->defaultImageForm() (line 446 of core/modules/image/src/Plugin/Field/FieldType/ImageItem. php).
Drupal\image\Plugin\Field\FieldType\ImageItem->defaultImageForm(Array, Array) (Line: 183)
Drupal\image\Plugin\Field\FieldType\ImageItem->storageSettingsForm(Array, Object, ) (Line: 45)
Drupal\bg_img_field\Plugin\Field\FieldType\BgImgItem->storageSettingsForm(Array, Object, ) (Line: 92)
Drupal\field_ui\Form\FieldStorageConfigEditForm->form(Array, Object) (Line: 106)
Drupal\Core\Entity\EntityForm->buildForm(Array, Object) (Line: 56)
Drupal\field_ui\Form\FieldStorageConfigEditForm->buildForm(Array, Object, ‘node.test.field’)
call_user_func_array(Array, Array) (Line: 532)
Drupal\Core\Form\FormBuilder->retrieveForm(‘field_storage_config_edit_form’, Object) (Line: 278)
Drupal\Core\Form\FormBuilder->buildForm(Object, Object) (Line: 73)
Drupal\Core\Controller\FormController->getContentResult(Object, Object) (Line: 39)
Drupal\layout_builder\Controller\LayoutBuilderHtmlEntityFormController->getContentResult(Object, Object)
call_user_func_array(Array, Array) (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 573)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 124)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 158)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 80)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 705)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)

IMG -SRC — Google Suce

AllebilderNewsVideOsmapsShoppingBücher

Sucoptionen

HTML IMG TAG — W3SCHOOL

WWW. W3Schools.com ›TAGIS› TAG_IMG

определения WWW.W3SCHOOLS.com. Задает альтернативный текст для изображения, если изображение по какой-либо причине не может быть отображено.

Атрибут Src · Атрибут HTML img loading · Атрибут HTML img ismap · Попробуйте сами

Ähnliche Fragen

Был ли bedeutet img src?

Был ли IMG в HTML?

Warum wird mein Bild bei HTML nicht angezeigt?

Атрибут HTML img src — W3Schools

www.w3schools.com › tags › att_img_src

Обязательный атрибут src указывает URL-адрес изображения. Есть два способа …

HTML-Tag img • Изображение в HTML-сайте — Mediaevent

www.mediaevent.de › html › img

26.01.2022 · img bettet Изображение на веб-сайте ein. Zwei Attribute für img sind wichtig: src und alt. srcset listet альтернатива Bildgrößen für responsive …

: Элемент Image Embed — HTML — MDN Web Docs — Mozilla

developer.mozilla.org › … › HTML › Elements

vor 7 Tagen · Атрибут src является обязательным и содержит путь к изображению, которое вы хотите вставить. · Атрибут alt содержит текстовое описание изображения, …

Попробуйте · Атрибуты · Примеры · Вопросы доступности

Отсутствие тега: Должен иметь начальный тег и не должен иметь закрывающий тег
Разрешенный контент: Нет; это пустой элемент
Категории контента: потоковый контент, фразовый контент, встроенный контент, ощутимый контент. Если элемент имеет атрибут, он также является …
Неявная роль ARIA: с непустым атрибутом или без атрибута: с пустым атрибутом

HTML/Elemente/img – SELFHTML-Wiki

wiki.selfhtml. org › wiki › HTML › Elemente › img

18.08.2022 · Das img-Element ermöglicht es, Bilddateien in einem Dokument einzubinden und darzustellen. Бейшпиль. Selfhtml.

Синтаксис: Начальный тег: notwendig; End-Tag: verboten

HTML/Attribute/src – SELFHTML-Wiki

wiki. selfhtml.org › wiki › Src

18.08.2022 · Das src-Attribut (engl. source für Quelle) referenziert auf die — / Медиенкель. … der wilde Hund.

HTML-Tag — W3docs

de.w3docs.com › html-lernen › html-tag-img

Das Tag wird in HTML for die Beschreibung von Bildern verwendet. Das Bild selbst wird im Dokument nicht direkt platziert, der Browser lädt es aus seiner …

HTML-тег — Tutorialspoint

www.tutorialspoint.com › html › html_img_tag

DOCTYPE html>HTML-тег < img src="http://www.tutorialspoint.com/images/html.gif" alt="HTML Tutorial" ...

HTML Grundlagen: Bilder einfügen mit img — Phlow

phlow.de › magazin › webdesign › html › изображение

Mit dem HTML-Tag baust Du eine Bilddatei in ein HTML-Document ein – z.B. JPG-, GIF-, SVG- или PNG-файлы. Mehr Anleitungen zu Bilddateien und Bildformate . ..

HTML — Элемент: — Werner-Zenk.de

werner-zenk.de › html › html_img

Der -Tag benötigt noch das Attribut src=»» in diesem wird der Pfad zu der Bild-Datei angegeben. Grafikreferenz mit …</p><p> Ähnlichesuchanfragen</p><p> Img src=URL</p><p> CSS img src</p><p> HTML img src base64</p> link40 HTML<p> HTML img3 position</p><p> HTML img src path</p><p> Img HTML</p><p> Img srcset</p><h2><span class="ez-toc-section" id="transparent-background-gif-image_Google_Suche"> transparent-background-gif-image — Google Suche </span></h2><p data-readability-styled="true"> AlleBilderVideosNewsMapsShoppingBücher</p><p> Suchoptionen</p><p> Bilder</p><p> Alle anzeigen</p><p> Alle anzeigen</p><p> Ähnliche Fragen</p><p> Can GIF изображения имеют прозрачный фон?</p><p> Как сделать фон GIF прозрачным?</p><h4></h4><p> Создание прозрачного GIF — онлайн-инструменты GIF</p></h4><p> onlinegiftools.com › create-transparent-gif</p><p> Эта утилита создает прозрачные GIF-файлы.<img class="lazy lazy-hidden" loading='lazy' src="//xn--90abhccf7b.xn--p1ai/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src='/800/600/http/phonoteka.org/uploads/posts/2022-02/thumbs/1644953299_24-phonoteka-org-p-fon-kss-38.jpg' /><noscript><img loading='lazy' src='/800/600/http/phonoteka.org/uploads/posts/2022-02/thumbs/1644953299_24-phonoteka-org-p-fon-kss-38.jpg' /></noscript> Вы можете удалить одну или несколько цветовых областей и получить анимацию на прозрачном фоне.</p><h4></h4><p> Могу ли я сделать GIF с прозрачным фоном? — Справка — Ezgif</p></h4><p> ezgif.com › help › gif-transparency</p><p> К сожалению нет, формат GIF не поддерживает частичную прозрачность (альфа-канал), то есть любой пиксель может быть только полностью прозрачным или полностью непрозрачным, поэтому …</p><h4></h4><p> Как добавить фоновое изображение в прозрачный GIF? — Помощь — Ezgif</p></h4><p> ezgif.com › помощь › добавление фона в прозрачность…</p><p> Сначала вам понадобится GIF с прозрачным фоном (если у вас есть GIF с однотонным фоном, вы можете преобразовать этот цвет в прозрачность).</p><h4></h4><p> GIF с прозрачным фоном — Получите лучший GIF на GIPHY</p></h4><p> giphy.com › исследуйте › прозрачный фон</p><p> Исследуйте и делитесь лучшими GIF с прозрачным фоном и самыми популярными анимированными GIF здесь, на GIPHY. Найдите забавные GIF-файлы, милые GIF-файлы, реакционные GIF-файлы и многое другое.<img class="lazy lazy-hidden" loading='lazy' src="//xn--90abhccf7b.xn--p1ai/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src='/800/600/http/i.pinimg.com/originals/d6/c6/fa/d6c6fa8c1fc0e72b4127659436f61aa3.png' /><noscript><img loading='lazy' src='/800/600/http/i.pinimg.com/originals/d6/c6/fa/d6c6fa8c1fc0e72b4127659436f61aa3.png' /></noscript></p><h4></h4><p> Animated Gif Transparent Background — Tenor</p></h4><p> tenor.com › поиск › анимированный-gif-transparent-back…</p><p> С Tenor, создателем GIF Keyboard, добавьте популярные Animated Gif Transparent Background анимированные GIF-файлы в свои разговоры. Делитесь лучшими GIF прямо сейчас >>></p><h4></h4><p> Как создать GIF с прозрачным фоном — YouTube</p></h4><p> www.youtube.com › смотреть</p><p> 09.08.2019 · Экспортируйте GIF с прозрачным фоном с помощью Adobe After Effects и Photoshop. Найти … <br/> Dauer: 5:42 <br/> Прислан: 09.08.2019</p><h4></h4><p> Как создать GIF с прозрачным фоном | Быстрый совет</p></h4><p> www.youtube.com › смотреть</p><p> 16.02.2021 · Как создать GIF с прозрачным фоном с помощью Google Slides и EZgif.com  … <br/> Дата: 2:45 <br/> Прислан: 16.02.2021</p><h4></h4><p> Как экспортировать анимированные GIF-файлы (с прозрачным фоном)</p></h4><p> www.youtube.com › смотреть</p><p> 14.10.2021 · В этом руководстве рассматривается процесс экспорта анимированных GIF-файлов из Adobe Animate CC.<img class="lazy lazy-hidden" loading='lazy' src="//xn--90abhccf7b.xn--p1ai/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src='/800/600/http/img.youtube.com/vi/4ZGWcTknRiA/0.jpg' /><noscript><img loading='lazy' src='/800/600/http/img.youtube.com/vi/4ZGWcTknRiA/0.jpg' /></noscript><center><ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-1812626643144578" data-ad-slot="3076124593" data-ad-format="auto" data-full-width-responsive="true"></ins> <script>(adsbygoogle=window.adsbygoogle||[]).push({});</script></center></div></div></div></article><nav class="navigation post-navigation" aria-label="Записи"><h2 class="screen-reader-text">Навигация по записям</h2><div class="nav-links"><div class="nav-previous"><a href="https://xn--90abhccf7b.xn--p1ai/raznoe/kejs-chto-eto-takoe-primenenie-kejs-tehnologii-v-obuchenii-kak-pravilno-pisat-kejsy.html" rel="prev">Кейс что это такое: применение кейс-технологии в обучении, как правильно писать кейсы</a></div><div class="nav-next"><a href="https://xn--90abhccf7b.xn--p1ai/raznoe/grid-chto-takoe-osnovnye-ponyatiya-grid-layout-css.html" rel="next">Грид что такое: Основные понятия Grid Layout — CSS</a></div></div></nav><div id="comments" class="comments-area"><div id="respond" class="comment-respond"><h3 id="reply-title" class="comment-reply-title">Добавить комментарий <small><a rel="nofollow" id="cancel-comment-reply-link" href="/css/css-ne-rabotaet-background-image-html-background-image-ne-rabotaet.html#respond" style="display:none;">Отменить ответ</a></small></h3><form action="https://xn--90abhccf7b.xn--p1ai/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate><p class="comment-notes"><span id="email-notes">Ваш адрес email не будет опубликован.</span> <span class="required-field-message">Обязательные поля помечены <span class="required">*</span></span></p><p class="comment-form-comment"><label for="comment">Комментарий <span class="required">*</span></label><textarea id="comment" name="comment" cols="45" rows="8" maxlength="65525" required></textarea></p><p class="comment-form-author"><label for="author">Имя <span class="required">*</span></label> <input id="author" name="author" type="text" value="" size="30" maxlength="245" autocomplete="name" required /></p><p class="comment-form-email"><label for="email">Email <span class="required">*</span></label> <input id="email" name="email" type="email" value="" size="30" maxlength="100" aria-describedby="email-notes" autocomplete="email" required /></p><p class="comment-form-url"><label for="url">Сайт</label> <input id="url" name="url" type="url" value="" size="30" maxlength="200" autocomplete="url" /></p><p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Отправить комментарий" /> <input type='hidden' name='comment_post_ID' value='51285' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /></p></form></div></div></main></div><div id="sidebar-primary" class="widget-area sidebar " role="complementary"><div class="sidebar-main"><div id="yandex_rtb_R-A-744004-7" class="yandex-adaptive classYandexRTB"></div> <script type="text/javascript"> window.yaContextCb.push(()=>{Ya.Context.AdvManager.render({renderTo: "yandex_rtb_R-A-744004-7",blockId: "R-A-744004-7",pageNumber: 11,onError: (data) => { var g = document.createElement("ins"); g.className = "adsbygoogle"; g.style.display = "inline"; g.style.width = "300px"; g.style.height = "600px"; g.setAttribute("data-ad-slot", "9935184599"); g.setAttribute("data-ad-client", "ca-pub-1812626643144578"); g.setAttribute("data-alternate-ad-url", "https://chajnov.ru/back.php"); document.getElementById("yandex_rtb_[rtbBlock]").appendChild(g); (adsbygoogle = window.adsbygoogle || []).push({}); }})}); window.addEventListener("load", () => { var ins = document.getElementById("yandex_rtb_R-A-744004-7"); if (ins.clientHeight == "0") { ins.innerHTML = stroke2; } }, true); </script><section id="search-2" class="widget widget_search"><div class="zita-widget-content"><form role="search" method="get" id="searchform" action="https://xn--90abhccf7b.xn--p1ai/"><div class="form-content"> <input type="text" placeholder="search.." name="s" id="s" value=""/> <input type="submit" value="Search" /></div></form></div></section><section id="nav_menu-4" class="widget widget_nav_menu"><div class="zita-widget-content"><h2 class="widget-title">Рубрики</h2><div class="menu-2-container"><ul id="menu-2" class="menu"><li id="menu-item-19021" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-19021"><a href="https://xn--90abhccf7b.xn--p1ai/category/css">Css</a></li><li id="menu-item-19022" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19022"><a href="https://xn--90abhccf7b.xn--p1ai/category/html">Html</a></li><li id="menu-item-19023" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19023"><a href="https://xn--90abhccf7b.xn--p1ai/category/js">Js</a></li><li id="menu-item-19024" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19024"><a href="https://xn--90abhccf7b.xn--p1ai/category/adaptiv">Адаптивный сайт</a></li><li id="menu-item-19025" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19025"><a href="https://xn--90abhccf7b.xn--p1ai/category/verstk">Верстка</a></li><li id="menu-item-19026" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19026"><a href="https://xn--90abhccf7b.xn--p1ai/category/idei">Идеи</a></li><li id="menu-item-19028" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19028"><a href="https://xn--90abhccf7b.xn--p1ai/category/chego-nachat">С чего начать</a></li><li id="menu-item-19029" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19029"><a href="https://xn--90abhccf7b.xn--p1ai/category/sovety">Советы</a></li><li id="menu-item-19031" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19031"><a href="https://xn--90abhccf7b.xn--p1ai/category/shablon">Шаблоны</a></li><li id="menu-item-19027" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19027"><a href="https://xn--90abhccf7b.xn--p1ai/category/raznoe">Разное</a></li></ul></div></div></section></div></div></div></div><footer id="zita-footer"><div class="footer-wrap widget-area"><div class="bottom-footer"><div class="bottom-footer-bar ft-btm-one"><div class="container"><div class="bottom-footer-container"> © Компания <a href="http://вебджем.рф"> Вебджем.рф </a> 2009 - 2024 | Все права защищены.</a></div></div></div></div></div></footer> <noscript><style>.lazyload{display:none}</style></noscript><script data-noptimize="1">window.lazySizesConfig=window.lazySizesConfig||{};window.lazySizesConfig.loadMode=1;</script><script async data-noptimize="1" src='https://xn--90abhccf7b.xn--p1ai/wp-content/plugins/autoptimize/classes/external/js/lazysizes.min.js'></script> <script defer src="https://xn--90abhccf7b.xn--p1ai/wp-content/cache/autoptimize/js/autoptimize_eacc7423ae55f04fc134551454013fc2.js"></script></body></html>