<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
    <channel>
        <title>Веселкова Крамниця - Звукові книги</title>
        <link>http://veselkova-kramnicja.mozello.com/zvukov-knigi/</link>
        <description>Веселкова Крамниця - Звукові книги</description>
                    <item>
                <title>Гурток Веб-програмування</title>
                <link>http://veselkova-kramnicja.mozello.com/zvukov-knigi/params/post/4978162/gurtok-veb-programuvannja</link>
                <pubDate>Wed, 14 May 2025 07:25:00 +0000</pubDate>
                <description>&lt;div&gt;перша сторінка&lt;hr class=&quot;moze-more-divider&quot;&gt;&lt;p&gt;тут код і дизайн головної сторінки&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;/div&gt;



  


  &lt;meta charset=&quot;UTF-8&quot;&gt;
  &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
  &lt;title&gt;Гурток Веб-програмування&lt;/title&gt;

  &lt;!-- Google Fonts --&gt;
  &lt;link href=&quot;https://fonts.googleapis.com/css2?family=Lobster&amp;amp;family=Open+Sans&amp;amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;

  &lt;style&gt;
    :root {
      --main-color: #ADFF2F;     /* Салатовий */
      --accent-green: #228B22;   /* Зелений */
      --accent-yellow: #FFD700;  /* Жовтий */
      --text-color: #333;
      --bg-color: #f8fff0;
    }

    body {
      margin: 0;
      font-family: &#039;Open Sans&#039;, sans-serif;
      background-color: var(--bg-color);
      color: var(--text-color);
    }

    header {
      background-color: var(--main-color);
      padding: 1rem 2rem;
      text-align: center;
    }

    h1 {
      font-family: &#039;Lobster&#039;, cursive;
      font-size: 2.5rem;
      color: var(--accent-green);
      margin: 0;
    }

    nav {
      background-color: var(--accent-green);
      display: flex;
      justify-content: center;
      gap: 1.5rem;
      padding: 0.75rem;
    }

    nav a {
      color: var(--accent-yellow); /* Жовтий текст */
      text-decoration: none;
      font-weight: bold;
      padding: 0.5rem 1rem;
      transition: background-color 0.3s ease;
    }

    nav a:hover {
      background-color: rgba(255, 215, 0, 0.2); /* Світло-жовтий фон при наведенні */
      border-radius: 5px;
    }

    nav a:visited {
      color: var(--accent-yellow); /* Жовтий колір після кліку */
    }

    main {
      padding: 2rem;
    }

    .card {
      background: white;
      border-radius: 1rem;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      padding: 1.5rem;
      margin-bottom: 1.5rem;
    }

    .btn {
      background-color: var(--accent-yellow);
      color: #333;
      border: none;
      padding: 0.5rem 1rem;
      border-radius: 0.5rem;
      cursor: pointer;
      font-weight: bold;
    }

    .btn:hover {
      background-color: var(--main-color);
    }

    footer {
      text-align: center;
      padding: 1rem;
      background-color: var(--accent-green);
      color: white;
      margin-top: 2rem;
    }
  &lt;/style&gt;



  &lt;header&gt;
    &lt;h1&gt;Гурток Веб-програмування&lt;/h1&gt;
  &lt;/header&gt;

  &lt;nav&gt;
    &lt;a href=&quot;#&quot;&gt;Головна&lt;/a&gt;
    &lt;a href=&quot;#&quot;&gt;Завдання&lt;/a&gt;
    &lt;a href=&quot;#&quot;&gt;Журнал&lt;/a&gt;
    &lt;a href=&quot;#&quot;&gt;Файли учнів&lt;/a&gt;
    &lt;a href=&quot;#&quot;&gt;Вхід&lt;/a&gt;
  &lt;/nav&gt;

  &lt;main&gt;
    &lt;div class=&quot;card&quot;&gt;
      &lt;h1&gt;&lt;span style=&quot;color: #1cbb11&quot;&gt;Ласкаво просимо!&lt;/span&gt;&lt;/h1&gt;
      &lt;p&gt;Це сайт гуртка веб-програмування. Тут учні, батьки та викладач можуть переглядати завдання, відвідуваність та код учнів.&lt;/p&gt;
      &lt;button class=&quot;btn&quot; fdprocessedid=&quot;en9p1e&quot;&gt;Дізнатися більше&lt;/button&gt;
    &lt;/div&gt;
  &lt;/main&gt;

  &lt;footer&gt;
    © 2025 Гурток Веб-програмування
  &lt;/footer&gt;</description>
            </item>
                    <item>
                <title>шб 10</title>
                <link>http://veselkova-kramnicja.mozello.com/zvukov-knigi/params/post/4968508/shb-10</link>
                <pubDate>Wed, 07 May 2025 09:39:00 +0000</pubDate>
                <description>&lt;meta charset=&quot;UTF-8&quot;&gt;
  &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
  &lt;title&gt;Мій стильний блог&lt;/title&gt;
  &lt;style&gt;
    body {
      font-family: Arial, sans-serif;
      line-height: 1.6;
      margin: 0;
      padding: 0;
      background: linear-gradient(to right, #fafafa, #eaeaea);
    }
    .container {
      display: flex;
      max-width: 1200px;
      margin: 0 auto;
      padding: 2rem 1rem;
      position: relative;
    }
    .sidebar {
      position: fixed;
      top: 50%;
      right: 25px;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.5rem;
      z-index: 1000;
      padding: 0.5rem;
    }
    .sidebar button {
      padding: 0.5rem;
      border: none;
      background-color: #0077cc;
      color: white;
      border-radius: 5px;
      cursor: pointer;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      width: 40px;
    }
    .sidebar button:hover {
      background-color: #005fa3;
    }
    main {
      flex: 1;
      max-width: 800px;
      background: white;
      padding: 1rem;
      margin-left: 70px;
      margin-right: auto;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }
    .moze-more-divider {
      border: none;
      border-top: 2px dashed #aaa;
      margin: 1.5rem 0;
    }
    .toc-toggle {
      cursor: pointer;
      background: #f0f0f0;
      padding: 0.5rem;
      margin: 1rem 0;
      border: 1px solid #ccc;
      border-radius: 5px;
    }
    .toc-content {
      display: none;
      margin-bottom: 1rem;
    }
    .toc-content ul {
      list-style-type: none;
      padding-left: 1rem;
    }
    .toc-content li a {
      text-decoration: none;
      color: #333;
    }
    img.left {
      float: left;
      margin: 0 1rem 1rem 0;
    }
    img.right {
      float: right;
      margin: 0 0 1rem 1rem;
    }
    h3 {
      margin-top: 2rem;
    }
    footer {
      margin-top: 3rem;
      padding-top: 1rem;
      border-top: 1px solid #ccc;
      text-align: center;
      font-size: 0.9rem;
      color: #666;
    }
    .related-posts {
      margin-top: 2rem;
      padding: 1rem;
      background: #f9f9f9;
      border: 1px solid #ddd;
    }
    .related-posts h4 {
      margin-top: 0;
    }
    .related-posts ul {
      list-style: none;
      padding-left: 1rem;
    }
    .related-posts li a {
      text-decoration: none;
      color: #0077cc;
    }
    @media (max-width: 600px) {
      .container {
        flex-direction: column;
        align-items: center;
      }
      .sidebar {
        position: static;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 1rem;
        transform: none;
      }
    }
  &lt;/style&gt;


  &lt;div class=&quot;sidebar&quot;&gt;
    &lt;button onclick=&quot;scrollToTOC()&quot; title=&quot;До змісту&quot;&gt;📑&lt;/button&gt;
    &lt;button onclick=&quot;scrollToTop()&quot; title=&quot;Вгору&quot;&gt;⬆️&lt;/button&gt;
    &lt;button onclick=&quot;scrollToBottom()&quot; title=&quot;Вниз&quot;&gt;⬇️&lt;/button&gt;
  &lt;/div&gt;
  &lt;div class=&quot;container&quot;&gt;
    &lt;main&gt;
      &lt;div&gt;
        ооооооооооооооооооооооооооооо
        &lt;hr class=&quot;moze-more-divider&quot;&gt;
        &lt;p&gt;ооооооооооооооооооооооооооооо&lt;/p&gt;
      &lt;/div&gt;

      &lt;div class=&quot;toc-toggle&quot; onclick=&quot;toggleTOC()&quot;&gt;📑 Зміст (натисни, щоб розгорнути)&lt;/div&gt;
      &lt;div class=&quot;toc-content&quot; id=&quot;toc&quot;&gt;&lt;/div&gt;

      &lt;article id=&quot;main-content&quot;&gt;
        &lt;h2&gt;Вступ&lt;/h2&gt;
        &lt;p&gt;Це приклад блогу з підтримкою сучасного вигляду, меню та обтікання зображень.&lt;/p&gt;

        &lt;h3&gt;Перший розділ&lt;/h3&gt;
        &lt;p&gt;&lt;img src=&quot;https://via.placeholder.com/150&quot; class=&quot;left&quot; alt=&quot;img&quot;&gt;Цей текст обтікає зображення зліва. Додайте більше інформації про розділ тут.&lt;/p&gt;

        &lt;h3&gt;Другий розділ&lt;/h3&gt;
        &lt;p&gt;&lt;img src=&quot;https://via.placeholder.com/150&quot; class=&quot;right&quot; alt=&quot;img&quot;&gt;Цей текст обтікає зображення справа. Продовжуйте наповнення статті.&lt;/p&gt;

        &lt;h3&gt;Третій розділ&lt;/h3&gt;
        &lt;p&gt;Просто текст без зображень, щоб показати різноманіття форматування.&lt;/p&gt;

        &lt;div class=&quot;related-posts&quot;&gt;
          &lt;h4&gt;Читайте також:&lt;/h4&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;a href=&quot;#&quot;&gt;5 трендів літа 2025&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Як створити капсульний гардероб&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Кольори, які пасують кожному&lt;/a&gt;&lt;/li&gt;
          &lt;/ul&gt;
        &lt;/div&gt;
      &lt;/article&gt;

      &lt;footer&gt;
        © 2025 Юля Блог | Слідкуй за мною:
        &lt;br&gt;
        &lt;a href=&quot;#&quot;&gt;Instagram&lt;/a&gt; | &lt;a href=&quot;#&quot;&gt;Facebook&lt;/a&gt; | &lt;a href=&quot;#&quot;&gt;Telegram&lt;/a&gt;
      &lt;/footer&gt;
    &lt;/main&gt;
  &lt;/div&gt;

  &lt;script&gt;
    function toggleTOC() {
      const toc = document.getElementById(&#039;toc&#039;);
      toc.style.display = toc.style.display === &#039;block&#039; ? &#039;none&#039; : &#039;block&#039;;
    }

    function generateTOC() {
      const toc = document.getElementById(&#039;toc&#039;);
      const headers = document.querySelectorAll(&#039;article h3&#039;);
      const ul = document.createElement(&#039;ul&#039;);
      headers.forEach((header, index) =&gt; {
        const id = &#039;section-&#039; + index;
        header.setAttribute(&#039;id&#039;, id);
        const li = document.createElement(&#039;li&#039;);
        const a = document.createElement(&#039;a&#039;);
        a.setAttribute(&#039;href&#039;, &#039;#&#039; + id);
        a.textContent = header.textContent;
        li.appendChild(a);
        ul.appendChild(li);
      });
      toc.appendChild(ul);
    }

    function scrollToTop() {
      window.scrollTo({ top: 0, behavior: &#039;smooth&#039; });
    }

    function scrollToBottom() {
      window.scrollTo({ top: document.body.scrollHeight, behavior: &#039;smooth&#039; });
    }

    function scrollToTOC() {
      const toc = document.getElementById(&#039;toc&#039;);
      if (toc) {
        if (toc.style.display !== &#039;block&#039;) {
          toc.style.display = &#039;block&#039;;
        }
        toc.scrollIntoView({ behavior: &#039;smooth&#039; });
      }
    }

    document.addEventListener(&#039;DOMContentLoaded&#039;, generateTOC);
  &lt;/script&gt;</description>
            </item>
                    <item>
                <title>шб7</title>
                <link>http://veselkova-kramnicja.mozello.com/zvukov-knigi/params/post/4968480/shb7</link>
                <pubDate>Wed, 07 May 2025 09:19:00 +0000</pubDate>
                <description>&lt;meta charset=&quot;UTF-8&quot;&gt;
  &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
  &lt;title&gt;Мій стильний блог&lt;/title&gt;
  &lt;style&gt;
    body {
      font-family: Arial, sans-serif;
      line-height: 1.6;
      margin: 0;
      padding: 0;
      background: linear-gradient(to right, #fafafa, #eaeaea);
    }
    .container {
      display: flex;
      max-width: 1200px;
      margin: 0 auto;
      padding: 2rem 1rem;
      position: relative;
    }
    .sidebar {
      position: fixed;
      top: 50%;
      left: 25px;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.5rem;
      z-index: 1000;
      padding: 0.5rem;
    }
    .sidebar button {
      padding: 0.5rem;
      border: none;
      background-color: #0077cc;
      color: white;
      border-radius: 5px;
      cursor: pointer;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      width: 40px;
    }
    .sidebar button:hover {
      background-color: #005fa3;
    }
    main {
      flex: 1;
      max-width: 800px;
      background: white;
      padding: 1rem;
      margin-left: 70px;
      margin-right: auto;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }
    .moze-more-divider {
      border: none;
      border-top: 2px dashed #aaa;
      margin: 1.5rem 0;
    }
    .toc-toggle {
      cursor: pointer;
      background: #f0f0f0;
      padding: 0.5rem;
      margin: 1rem 0;
      border: 1px solid #ccc;
      border-radius: 5px;
    }
    .toc-content {
      display: none;
      margin-bottom: 1rem;
    }
    .toc-content ul {
      list-style-type: none;
      padding-left: 1rem;
    }
    .toc-content li a {
      text-decoration: none;
      color: #333;
    }
    img.left {
      float: left;
      margin: 0 1rem 1rem 0;
    }
    img.right {
      float: right;
      margin: 0 0 1rem 1rem;
    }
    h3 {
      margin-top: 2rem;
    }
    footer {
      margin-top: 3rem;
      padding-top: 1rem;
      border-top: 1px solid #ccc;
      text-align: center;
      font-size: 0.9rem;
      color: #666;
    }
    .related-posts {
      margin-top: 2rem;
      padding: 1rem;
      background: #f9f9f9;
      border: 1px solid #ddd;
    }
    .related-posts h4 {
      margin-top: 0;
    }
    .related-posts ul {
      list-style: none;
      padding-left: 1rem;
    }
    .related-posts li a {
      text-decoration: none;
      color: #0077cc;
    }
    @media (max-width: 600px) {
      .container {
        flex-direction: column;
        align-items: center;
      }
      .sidebar {
        position: static;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 1rem;
        transform: none;
      }
    }
  &lt;/style&gt;


  &lt;div class=&quot;sidebar&quot;&gt;
    &lt;button onclick=&quot;scrollToTOC()&quot; title=&quot;До змісту&quot;&gt;📑&lt;/button&gt;
    &lt;button onclick=&quot;scrollToTop()&quot; title=&quot;Вгору&quot;&gt;⬆️&lt;/button&gt;
    &lt;button onclick=&quot;scrollToBottom()&quot; title=&quot;Вниз&quot;&gt;⬇️&lt;/button&gt;
  &lt;/div&gt;
  &lt;div class=&quot;container&quot;&gt;
    &lt;main&gt;
      &lt;div&gt;
        ооооооооооооооооооооооооооооо
        &lt;hr class=&quot;moze-more-divider&quot;&gt;
        &lt;p&gt;ооооооооооооооооооооооооооооо&lt;/p&gt;
      &lt;/div&gt;

      &lt;div class=&quot;toc-toggle&quot; onclick=&quot;toggleTOC()&quot;&gt;📑 Зміст (натисни, щоб розгорнути)&lt;/div&gt;
      &lt;div class=&quot;toc-content&quot; id=&quot;toc&quot;&gt;&lt;/div&gt;

      &lt;article id=&quot;main-content&quot;&gt;
        &lt;h2&gt;Вступ&lt;/h2&gt;
        &lt;p&gt;Це приклад блогу з підтримкою сучасного вигляду, меню та обтікання зображень.&lt;/p&gt;

        &lt;h3&gt;Перший розділ&lt;/h3&gt;
        &lt;p&gt;&lt;img src=&quot;https://via.placeholder.com/150&quot; class=&quot;left&quot; alt=&quot;img&quot;&gt;Цей текст обтікає зображення зліва. Додайте більше інформації про розділ тут.&lt;/p&gt;

        &lt;h3&gt;Другий розділ&lt;/h3&gt;
        &lt;p&gt;&lt;img src=&quot;https://via.placeholder.com/150&quot; class=&quot;right&quot; alt=&quot;img&quot;&gt;Цей текст обтікає зображення справа. Продовжуйте наповнення статті.&lt;/p&gt;

        &lt;h3&gt;Третій розділ&lt;/h3&gt;
        &lt;p&gt;Просто текст без зображень, щоб показати різноманіття форматування.&lt;/p&gt;

        &lt;div class=&quot;related-posts&quot;&gt;
          &lt;h4&gt;Читайте також:&lt;/h4&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;a href=&quot;#&quot;&gt;5 трендів літа 2025&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Як створити капсульний гардероб&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Кольори, які пасують кожному&lt;/a&gt;&lt;/li&gt;
          &lt;/ul&gt;
        &lt;/div&gt;
      &lt;/article&gt;

      &lt;footer&gt;
        © 2025 Юля Блог | Слідкуй за мною:
        &lt;br&gt;
        &lt;a href=&quot;#&quot;&gt;Instagram&lt;/a&gt; | &lt;a href=&quot;#&quot;&gt;Facebook&lt;/a&gt; | &lt;a href=&quot;#&quot;&gt;Telegram&lt;/a&gt;
      &lt;/footer&gt;
    &lt;/main&gt;
  &lt;/div&gt;

  &lt;script&gt;
    function toggleTOC() {
      const toc = document.getElementById(&#039;toc&#039;);
      toc.style.display = toc.style.display === &#039;block&#039; ? &#039;none&#039; : &#039;block&#039;;
    }

    function generateTOC() {
      const toc = document.getElementById(&#039;toc&#039;);
      const headers = document.querySelectorAll(&#039;article h3&#039;);
      const ul = document.createElement(&#039;ul&#039;);
      headers.forEach((header, index) =&gt; {
        const id = &#039;section-&#039; + index;
        header.setAttribute(&#039;id&#039;, id);
        const li = document.createElement(&#039;li&#039;);
        const a = document.createElement(&#039;a&#039;);
        a.setAttribute(&#039;href&#039;, &#039;#&#039; + id);
        a.textContent = header.textContent;
        li.appendChild(a);
        ul.appendChild(li);
      });
      toc.appendChild(ul);
    }

    function scrollToTop() {
      window.scrollTo({ top: 0, behavior: &#039;smooth&#039; });
    }

    function scrollToBottom() {
      window.scrollTo({ top: document.body.scrollHeight, behavior: &#039;smooth&#039; });
    }

    function scrollToTOC() {
      const toc = document.getElementById(&#039;toc&#039;);
      if (toc) {
        toc.scrollIntoView({ behavior: &#039;smooth&#039; });
      }
    }

    document.addEventListener(&#039;DOMContentLoaded&#039;, generateTOC);
  &lt;/script&gt;</description>
            </item>
                    <item>
                <title>шб4</title>
                <link>http://veselkova-kramnicja.mozello.com/zvukov-knigi/params/post/4968466/shb4</link>
                <pubDate>Wed, 07 May 2025 09:12:00 +0000</pubDate>
                <description>&lt;meta charset=&quot;UTF-8&quot;&gt;
  &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
  &lt;title&gt;Мій стильний блог&lt;/title&gt;
  &lt;style&gt;
    body {
      font-family: Arial, sans-serif;
      line-height: 1.6;
      margin: 0;
      padding: 0;
      background: linear-gradient(to right, #fafafa, #eaeaea);
    }
    .container {
      display: flex;
      max-width: 1200px;
      margin: 0 auto;
      padding: 2rem 1rem;
      position: relative;
    }
    .sidebar {
      position: fixed;
      top: 50%;
      left: 70px;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.5rem;
      z-index: 1000;
      padding: 0.5rem;
    }
    .sidebar button {
      padding: 0.5rem;
      border: none;
      background-color: #0077cc;
      color: white;
      border-radius: 5px;
      cursor: pointer;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      width: 40px;
    }
    .sidebar button:hover {
      background-color: #005fa3;
    }
    main {
      flex: 1;
      max-width: 800px;
      background: white;
      padding: 1rem;
      margin-left: 140px;
      margin-right: auto;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }
    .moze-more-divider {
      border: none;
      border-top: 2px dashed #aaa;
      margin: 1.5rem 0;
    }
    .toc-toggle {
      cursor: pointer;
      background: #f0f0f0;
      padding: 0.5rem;
      margin: 1rem 0;
      border: 1px solid #ccc;
      border-radius: 5px;
    }
    .toc-content {
      display: none;
      margin-bottom: 1rem;
    }
    .toc-content ul {
      list-style-type: none;
      padding-left: 1rem;
    }
    .toc-content li a {
      text-decoration: none;
      color: #333;
    }
    img.left {
      float: left;
      margin: 0 1rem 1rem 0;
    }
    img.right {
      float: right;
      margin: 0 0 1rem 1rem;
    }
    h3 {
      margin-top: 2rem;
    }
    footer {
      margin-top: 3rem;
      padding-top: 1rem;
      border-top: 1px solid #ccc;
      text-align: center;
      font-size: 0.9rem;
      color: #666;
    }
    .related-posts {
      margin-top: 2rem;
      padding: 1rem;
      background: #f9f9f9;
      border: 1px solid #ddd;
    }
    .related-posts h4 {
      margin-top: 0;
    }
    .related-posts ul {
      list-style: none;
      padding-left: 1rem;
    }
    .related-posts li a {
      text-decoration: none;
      color: #0077cc;
    }
    @media (max-width: 600px) {
      .container {
        flex-direction: column;
        align-items: center;
      }
      .sidebar {
        position: static;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 1rem;
        transform: none;
      }
    }
  &lt;/style&gt;


  &lt;div class=&quot;sidebar&quot;&gt;
    &lt;button onclick=&quot;scrollToTOC()&quot; title=&quot;До змісту&quot;&gt;📑&lt;/button&gt;
    &lt;button onclick=&quot;scrollToTop()&quot; title=&quot;Вгору&quot;&gt;⬆️&lt;/button&gt;
    &lt;button onclick=&quot;scrollToBottom()&quot; title=&quot;Вниз&quot;&gt;⬇️&lt;/button&gt;
  &lt;/div&gt;
  &lt;div class=&quot;container&quot;&gt;
    &lt;main&gt;
      &lt;div&gt;
        ооооооооооооооооооооооооооооо
        &lt;hr class=&quot;moze-more-divider&quot;&gt;
        &lt;p&gt;ооооооооооооооооооооооооооооо&lt;/p&gt;
      &lt;/div&gt;

      &lt;div class=&quot;toc-toggle&quot; onclick=&quot;toggleTOC()&quot;&gt;📑 Зміст (натисни, щоб розгорнути)&lt;/div&gt;
      &lt;div class=&quot;toc-content&quot; id=&quot;toc&quot;&gt;&lt;/div&gt;

      &lt;article id=&quot;main-content&quot;&gt;
        &lt;h2&gt;Вступ&lt;/h2&gt;
        &lt;p&gt;Це приклад блогу з підтримкою сучасного вигляду, меню та обтікання зображень.&lt;/p&gt;

        &lt;h3&gt;Перший розділ&lt;/h3&gt;
        &lt;p&gt;&lt;img src=&quot;https://via.placeholder.com/150&quot; class=&quot;left&quot; alt=&quot;img&quot;&gt;Цей текст обтікає зображення зліва. Додайте більше інформації про розділ тут.&lt;/p&gt;

        &lt;h3&gt;Другий розділ&lt;/h3&gt;
        &lt;p&gt;&lt;img src=&quot;https://via.placeholder.com/150&quot; class=&quot;right&quot; alt=&quot;img&quot;&gt;Цей текст обтікає зображення справа. Продовжуйте наповнення статті.&lt;/p&gt;

        &lt;h3&gt;Третій розділ&lt;/h3&gt;
        &lt;p&gt;Просто текст без зображень, щоб показати різноманіття форматування.&lt;/p&gt;

        &lt;div class=&quot;related-posts&quot;&gt;
          &lt;h4&gt;Читайте також:&lt;/h4&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;a href=&quot;#&quot;&gt;5 трендів літа 2025&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Як створити капсульний гардероб&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Кольори, які пасують кожному&lt;/a&gt;&lt;/li&gt;
          &lt;/ul&gt;
        &lt;/div&gt;
      &lt;/article&gt;

      &lt;footer&gt;
        © 2025 Юля Блог | Слідкуй за мною:
        &lt;br&gt;
        &lt;a href=&quot;#&quot;&gt;Instagram&lt;/a&gt; | &lt;a href=&quot;#&quot;&gt;Facebook&lt;/a&gt; | &lt;a href=&quot;#&quot;&gt;Telegram&lt;/a&gt;
      &lt;/footer&gt;
    &lt;/main&gt;
  &lt;/div&gt;

  &lt;script&gt;
    function toggleTOC() {
      const toc = document.getElementById(&#039;toc&#039;);
      toc.style.display = toc.style.display === &#039;block&#039; ? &#039;none&#039; : &#039;block&#039;;
    }

    function generateTOC() {
      const toc = document.getElementById(&#039;toc&#039;);
      const headers = document.querySelectorAll(&#039;article h3&#039;);
      const ul = document.createElement(&#039;ul&#039;);
      headers.forEach((header, index) =&gt; {
        const id = &#039;section-&#039; + index;
        header.setAttribute(&#039;id&#039;, id);
        const li = document.createElement(&#039;li&#039;);
        const a = document.createElement(&#039;a&#039;);
        a.setAttribute(&#039;href&#039;, &#039;#&#039; + id);
        a.textContent = header.textContent;
        li.appendChild(a);
        ul.appendChild(li);
      });
      toc.appendChild(ul);
    }

    function scrollToTop() {
      window.scrollTo({ top: 0, behavior: &#039;smooth&#039; });
    }

    function scrollToBottom() {
      window.scrollTo({ top: document.body.scrollHeight, behavior: &#039;smooth&#039; });
    }

    function scrollToTOC() {
      const toc = document.getElementById(&#039;toc&#039;);
      if (toc) {
        toc.scrollIntoView({ behavior: &#039;smooth&#039; });
      }
    }

    document.addEventListener(&#039;DOMContentLoaded&#039;, generateTOC);
  &lt;/script&gt;</description>
            </item>
                    <item>
                <title>шб3</title>
                <link>http://veselkova-kramnicja.mozello.com/zvukov-knigi/params/post/4968456/shb3</link>
                <pubDate>Wed, 07 May 2025 09:05:00 +0000</pubDate>
                <description>&lt;meta charset=&quot;UTF-8&quot;&gt;
  &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
  &lt;title&gt;Мій стильний блог&lt;/title&gt;
  &lt;style&gt;
    body {
      font-family: Arial, sans-serif;
      line-height: 1.6;
      margin: 0;
      padding: 0;
      background: linear-gradient(to right, #fafafa, #eaeaea);
    }
    .container {
      display: flex;
      max-width: 1200px;
      margin: 0 auto;
      padding: 2rem 1rem;
      position: relative;
    }
    .sidebar {
      position: fixed;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.5rem;
      z-index: 1000;
      padding: 0.5rem;
    }
    .sidebar button {
      padding: 0.5rem;
      border: none;
      background-color: #0077cc;
      color: white;
      border-radius: 5px;
      cursor: pointer;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      width: 40px;
    }
    .sidebar button:hover {
      background-color: #005fa3;
    }
    main {
      flex: 1;
      max-width: 800px;
      background: white;
      padding: 1rem;
      margin-left: 60px;
      margin-right: auto;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }
    .moze-more-divider {
      border: none;
      border-top: 2px dashed #aaa;
      margin: 1.5rem 0;
    }
    .toc-toggle {
      cursor: pointer;
      background: #f0f0f0;
      padding: 0.5rem;
      margin: 1rem 0;
      border: 1px solid #ccc;
      border-radius: 5px;
    }
    .toc-content {
      display: none;
      margin-bottom: 1rem;
    }
    .toc-content ul {
      list-style-type: none;
      padding-left: 1rem;
    }
    .toc-content li a {
      text-decoration: none;
      color: #333;
    }
    img.left {
      float: left;
      margin: 0 1rem 1rem 0;
    }
    img.right {
      float: right;
      margin: 0 0 1rem 1rem;
    }
    h3 {
      margin-top: 2rem;
    }
    footer {
      margin-top: 3rem;
      padding-top: 1rem;
      border-top: 1px solid #ccc;
      text-align: center;
      font-size: 0.9rem;
      color: #666;
    }
    .related-posts {
      margin-top: 2rem;
      padding: 1rem;
      background: #f9f9f9;
      border: 1px solid #ddd;
    }
    .related-posts h4 {
      margin-top: 0;
    }
    .related-posts ul {
      list-style: none;
      padding-left: 1rem;
    }
    .related-posts li a {
      text-decoration: none;
      color: #0077cc;
    }
    @media (max-width: 600px) {
      .container {
        flex-direction: column;
        align-items: center;
      }
      .sidebar {
        position: static;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 1rem;
        transform: none;
      }
    }
  &lt;/style&gt;


  &lt;div class=&quot;sidebar&quot;&gt;
    &lt;button onclick=&quot;scrollToTOC()&quot; title=&quot;До змісту&quot;&gt;📑&lt;/button&gt;
    &lt;button onclick=&quot;scrollToTop()&quot; title=&quot;Вгору&quot;&gt;⬆️&lt;/button&gt;
    &lt;button onclick=&quot;scrollToBottom()&quot; title=&quot;Вниз&quot;&gt;⬇️&lt;/button&gt;
  &lt;/div&gt;
  &lt;div class=&quot;container&quot;&gt;
    &lt;main&gt;
      &lt;div&gt;
        ооооооооооооооооооооооооооооо
        &lt;hr class=&quot;moze-more-divider&quot;&gt;
        &lt;p&gt;ооооооооооооооооооооооооооооо&lt;/p&gt;
      &lt;/div&gt;

      &lt;div class=&quot;toc-toggle&quot; onclick=&quot;toggleTOC()&quot;&gt;📑 Зміст (натисни, щоб розгорнути)&lt;/div&gt;
      &lt;div class=&quot;toc-content&quot; id=&quot;toc&quot;&gt;&lt;/div&gt;

      &lt;article id=&quot;main-content&quot;&gt;
        &lt;h2&gt;Вступ&lt;/h2&gt;
        &lt;p&gt;Це приклад блогу з підтримкою сучасного вигляду, меню та обтікання зображень.&lt;/p&gt;

        &lt;h3&gt;Перший розділ&lt;/h3&gt;
        &lt;p&gt;&lt;img src=&quot;https://via.placeholder.com/150&quot; class=&quot;left&quot; alt=&quot;img&quot;&gt;Цей текст обтікає зображення зліва. Додайте більше інформації про розділ тут.&lt;/p&gt;

        &lt;h3&gt;Другий розділ&lt;/h3&gt;
        &lt;p&gt;&lt;img src=&quot;https://via.placeholder.com/150&quot; class=&quot;right&quot; alt=&quot;img&quot;&gt;Цей текст обтікає зображення справа. Продовжуйте наповнення статті.&lt;/p&gt;

        &lt;h3&gt;Третій розділ&lt;/h3&gt;
        &lt;p&gt;Просто текст без зображень, щоб показати різноманіття форматування.&lt;/p&gt;

        &lt;div class=&quot;related-posts&quot;&gt;
          &lt;h4&gt;Читайте також:&lt;/h4&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;a href=&quot;#&quot;&gt;5 трендів літа 2025&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Як створити капсульний гардероб&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Кольори, які пасують кожному&lt;/a&gt;&lt;/li&gt;
          &lt;/ul&gt;
        &lt;/div&gt;
      &lt;/article&gt;

      &lt;footer&gt;
        © 2025 Юля Блог | Слідкуй за мною:
        &lt;br&gt;
        &lt;a href=&quot;#&quot;&gt;Instagram&lt;/a&gt; | &lt;a href=&quot;#&quot;&gt;Facebook&lt;/a&gt; | &lt;a href=&quot;#&quot;&gt;Telegram&lt;/a&gt;
      &lt;/footer&gt;
    &lt;/main&gt;
  &lt;/div&gt;

  &lt;script&gt;
    function toggleTOC() {
      const toc = document.getElementById(&#039;toc&#039;);
      toc.style.display = toc.style.display === &#039;block&#039; ? &#039;none&#039; : &#039;block&#039;;
    }

    function generateTOC() {
      const toc = document.getElementById(&#039;toc&#039;);
      const headers = document.querySelectorAll(&#039;article h3&#039;);
      const ul = document.createElement(&#039;ul&#039;);
      headers.forEach((header, index) =&gt; {
        const id = &#039;section-&#039; + index;
        header.setAttribute(&#039;id&#039;, id);
        const li = document.createElement(&#039;li&#039;);
        const a = document.createElement(&#039;a&#039;);
        a.setAttribute(&#039;href&#039;, &#039;#&#039; + id);
        a.textContent = header.textContent;
        li.appendChild(a);
        ul.appendChild(li);
      });
      toc.appendChild(ul);
    }

    function scrollToTop() {
      window.scrollTo({ top: 0, behavior: &#039;smooth&#039; });
    }

    function scrollToBottom() {
      window.scrollTo({ top: document.body.scrollHeight, behavior: &#039;smooth&#039; });
    }

    function scrollToTOC() {
      const toc = document.getElementById(&#039;toc&#039;);
      if (toc) {
        toc.scrollIntoView({ behavior: &#039;smooth&#039; });
      }
    }

    document.addEventListener(&#039;DOMContentLoaded&#039;, generateTOC);
  &lt;/script&gt;</description>
            </item>
                    <item>
                <title>шб2</title>
                <link>http://veselkova-kramnicja.mozello.com/zvukov-knigi/params/post/4968377/shb2</link>
                <pubDate>Wed, 07 May 2025 08:21:00 +0000</pubDate>
                <description>&lt;meta charset=&quot;UTF-8&quot;&gt;
  &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
  &lt;title&gt;Мій стильний блог&lt;/title&gt;
  &lt;style&gt;
    body {
      font-family: Arial, sans-serif;
      line-height: 1.6;
      margin: 0;
      padding: 2rem 1rem;
      background: linear-gradient(to right, #fafafa, #eaeaea);
    }
    main {
      max-width: 800px;
      margin: auto;
      background: white;
      padding: 1rem;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }
    .moze-more-divider {
      border: none;
      border-top: 2px dashed #aaa;
      margin: 1.5rem 0;
    }
    .toc-toggle {
      cursor: pointer;
      background: #f0f0f0;
      padding: 0.5rem;
      margin: 1rem 0;
      border: 1px solid #ccc;
      border-radius: 5px;
    }
    .toc-content {
      display: none;
      margin-bottom: 1rem;
    }
    .toc-content ul {
      list-style-type: none;
      padding-left: 1rem;
    }
    .toc-content li a {
      text-decoration: none;
      color: #333;
    }
    img.left {
      float: left;
      margin: 0 1rem 1rem 0;
    }
    img.right {
      float: right;
      margin: 0 0 1rem 1rem;
    }
    h3 {
      margin-top: 2rem;
    }
    footer {
      margin-top: 3rem;
      padding-top: 1rem;
      border-top: 1px solid #ccc;
      text-align: center;
      font-size: 0.9rem;
      color: #666;
    }
    .related-posts {
      margin-top: 2rem;
      padding: 1rem;
      background: #f9f9f9;
      border: 1px solid #ddd;
    }
    .related-posts h4 {
      margin-top: 0;
    }
    .related-posts ul {
      list-style: none;
      padding-left: 1rem;
    }
    .related-posts li a {
      text-decoration: none;
      color: #0077cc;
    }
    @media (max-width: 600px) {
      img.left, img.right {
        float: none;
        display: block;
        margin: 1rem auto;
      }
    }
  &lt;/style&gt;


  &lt;main&gt;
    &lt;div&gt;
      ооооооооооооооооооооооооооооо
      &lt;hr class=&quot;moze-more-divider&quot;&gt;
      &lt;p&gt;ооооооооооооооооооооооооооооо&lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;toc-toggle&quot; onclick=&quot;toggleTOC()&quot;&gt;📑 Зміст (натисни, щоб розгорнути)&lt;/div&gt;
    &lt;div class=&quot;toc-content&quot; id=&quot;toc&quot;&gt;&lt;/div&gt;

    &lt;article id=&quot;main-content&quot;&gt;
      &lt;h2&gt;Вступ&lt;/h2&gt;
      &lt;p&gt;Це приклад блогу з підтримкою сучасного вигляду, меню та обтікання зображень.&lt;/p&gt;

      &lt;h3&gt;Перший розділ&lt;/h3&gt;
      &lt;p&gt;&lt;img src=&quot;https://via.placeholder.com/150&quot; class=&quot;left&quot; alt=&quot;img&quot;&gt;Цей текст обтікає зображення зліва. Додайте більше інформації про розділ тут.&lt;/p&gt;

      &lt;h3&gt;Другий розділ&lt;/h3&gt;
      &lt;p&gt;&lt;img src=&quot;https://via.placeholder.com/150&quot; class=&quot;right&quot; alt=&quot;img&quot;&gt;Цей текст обтікає зображення справа. Продовжуйте наповнення статті.&lt;/p&gt;

      &lt;h3&gt;Третій розділ&lt;/h3&gt;
      &lt;p&gt;Просто текст без зображень, щоб показати різноманіття форматування.&lt;/p&gt;

      &lt;div class=&quot;related-posts&quot;&gt;
        &lt;h4&gt;Читайте також:&lt;/h4&gt;
        &lt;ul&gt;
          &lt;li&gt;&lt;a href=&quot;#&quot;&gt;5 трендів літа 2025&lt;/a&gt;&lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Як створити капсульний гардероб&lt;/a&gt;&lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Кольори, які пасують кожному&lt;/a&gt;&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/div&gt;
    &lt;/article&gt;

    &lt;footer&gt;
      © 2025 Юля Блог | Слідкуй за мною:
      &lt;br&gt;
      &lt;a href=&quot;#&quot;&gt;Instagram&lt;/a&gt; | &lt;a href=&quot;#&quot;&gt;Facebook&lt;/a&gt; | &lt;a href=&quot;#&quot;&gt;Telegram&lt;/a&gt;
    &lt;/footer&gt;
  &lt;/main&gt;

  &lt;script&gt;
    function toggleTOC() {
      const toc = document.getElementById(&#039;toc&#039;);
      toc.style.display = toc.style.display === &#039;block&#039; ? &#039;none&#039; : &#039;block&#039;;
    }

    function generateTOC() {
      const toc = document.getElementById(&#039;toc&#039;);
      const headers = document.querySelectorAll(&#039;article h3&#039;);
      const ul = document.createElement(&#039;ul&#039;);
      headers.forEach((header, index) =&gt; {
        const id = &#039;section-&#039; + index;
        header.setAttribute(&#039;id&#039;, id);
        const li = document.createElement(&#039;li&#039;);
        const a = document.createElement(&#039;a&#039;);
        a.setAttribute(&#039;href&#039;, &#039;#&#039; + id);
        a.textContent = header.textContent;
        li.appendChild(a);
        ul.appendChild(li);
      });
      toc.appendChild(ul);
    }

    document.addEventListener(&#039;DOMContentLoaded&#039;, generateTOC);
  &lt;/script&gt;</description>
            </item>
                    <item>
                <title>Шаблон блогу</title>
                <link>http://veselkova-kramnicja.mozello.com/zvukov-knigi/params/post/4968365/shablon-blogu</link>
                <pubDate>Wed, 07 May 2025 08:09:00 +0000</pubDate>
                <description>&lt;meta charset=&quot;UTF-8&quot;&gt;
  &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
  &lt;title&gt;Мій стильний блог&lt;/title&gt;
  &lt;style&gt;
    body {
      font-family: Arial, sans-serif;
      line-height: 1.6;
      margin: 0;
      padding: 0 1rem;
      max-width: 800px;
      margin: auto;
    }
    .moze-more-divider {
      border: none;
      border-top: 2px dashed #aaa;
      margin: 1.5rem 0;
    }
    .toc-toggle {
      cursor: pointer;
      background: #f0f0f0;
      padding: 0.5rem;
      margin: 1rem 0;
      border: 1px solid #ccc;
      border-radius: 5px;
    }
    .toc-content {
      display: none;
      margin-bottom: 1rem;
    }
    .toc-content ul {
      list-style-type: none;
      padding-left: 1rem;
    }
    .toc-content li a {
      text-decoration: none;
      color: #333;
    }
    img.left {
      float: left;
      margin: 0 1rem 1rem 0;
    }
    img.right {
      float: right;
      margin: 0 0 1rem 1rem;
    }
    h3 {
      margin-top: 2rem;
    }
    footer {
      margin-top: 3rem;
      padding-top: 1rem;
      border-top: 1px solid #ccc;
      text-align: center;
      font-size: 0.9rem;
      color: #666;
    }
    .related-posts {
      margin-top: 2rem;
      padding: 1rem;
      background: #f9f9f9;
      border: 1px solid #ddd;
    }
    .related-posts h4 {
      margin-top: 0;
    }
    .related-posts ul {
      list-style: none;
      padding-left: 1rem;
    }
    .related-posts li a {
      text-decoration: none;
      color: #0077cc;
    }
    @media (max-width: 600px) {
      img.left, img.right {
        float: none;
        display: block;
        margin: 1rem auto;
      }
    }
  &lt;/style&gt;



  &lt;div&gt;
    ооооооооооооооооооооооооооооо
    &lt;hr class=&quot;moze-more-divider&quot;&gt;
    &lt;p&gt;ооооооооооооооооооооооооооооо&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;toc-toggle&quot; onclick=&quot;toggleTOC()&quot;&gt;📑 Зміст (натисни, щоб розгорнути)&lt;/div&gt;
  &lt;div class=&quot;toc-content&quot; id=&quot;toc&quot;&gt;&lt;/div&gt;

  &lt;article id=&quot;main-content&quot;&gt;
    &lt;h2&gt;Вступ&lt;/h2&gt;
    &lt;p&gt;Це приклад блогу з підтримкою сучасного вигляду, меню та обтікання зображень.&lt;/p&gt;

    &lt;h3&gt;Перший розділ&lt;/h3&gt;
    &lt;p&gt;&lt;img src=&quot;https://via.placeholder.com/150&quot; class=&quot;left&quot; alt=&quot;img&quot;&gt;Цей текст обтікає зображення зліва. Додайте більше інформації про розділ тут.&lt;/p&gt;

    &lt;h3&gt;Другий розділ&lt;/h3&gt;
    &lt;p&gt;&lt;img src=&quot;https://via.placeholder.com/150&quot; class=&quot;right&quot; alt=&quot;img&quot;&gt;Цей текст обтікає зображення справа. Продовжуйте наповнення статті.&lt;/p&gt;

    &lt;h3&gt;Третій розділ&lt;/h3&gt;
    &lt;p&gt;Просто текст без зображень, щоб показати різноманіття форматування.&lt;/p&gt;

    &lt;div class=&quot;related-posts&quot;&gt;
      &lt;h4&gt;Читайте також:&lt;/h4&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href=&quot;#&quot;&gt;5 трендів літа 2025&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Як створити капсульний гардероб&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Кольори, які пасують кожному&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/div&gt;
  &lt;/article&gt;

  &lt;footer&gt;
    © 2025 Юля Блог | Слідкуй за мною:
    &lt;br&gt;
    &lt;a href=&quot;#&quot;&gt;Instagram&lt;/a&gt; | &lt;a href=&quot;#&quot;&gt;Facebook&lt;/a&gt; | &lt;a href=&quot;#&quot;&gt;Telegram&lt;/a&gt;
  &lt;/footer&gt;

  &lt;script&gt;
    function toggleTOC() {
      const toc = document.getElementById(&#039;toc&#039;);
      toc.style.display = toc.style.display === &#039;block&#039; ? &#039;none&#039; : &#039;block&#039;;
    }

    function generateTOC() {
      const toc = document.getElementById(&#039;toc&#039;);
      const headers = document.querySelectorAll(&#039;article h3&#039;);
      const ul = document.createElement(&#039;ul&#039;);
      headers.forEach((header, index) =&gt; {
        const id = &#039;section-&#039; + index;
        header.setAttribute(&#039;id&#039;, id);
        const li = document.createElement(&#039;li&#039;);
        const a = document.createElement(&#039;a&#039;);
        a.setAttribute(&#039;href&#039;, &#039;#&#039; + id);
        a.textContent = header.textContent;
        li.appendChild(a);
        ul.appendChild(li);
      });
      toc.appendChild(ul);
    }

    document.addEventListener(&#039;DOMContentLoaded&#039;, generateTOC);
  &lt;/script&gt;</description>
            </item>
                    <item>
                <title>Ефект анти-Мідаса</title>
                <link>http://veselkova-kramnicja.mozello.com/zvukov-knigi/params/post/4766465/efekt-anti-mdasa</link>
                <pubDate>Tue, 14 Jan 2025 14:42:00 +0000</pubDate>
                <description>щщщщщщщщщщщщщщщ
&lt;hr class=&quot;moze-more-divider&quot;&gt;
&lt;p&gt;ьььььььььььььььььььь&lt;/p&gt;
&lt;p&gt;
  &lt;br&gt;
&lt;/p&gt;
&lt;iframe class=&quot;moze-iframe&quot; src=&quot;https://www.youtube.com/embed/moesQszuPsQ?si=VgLsxAxXb5xf-ggv&quot; height=&quot;315px&quot; width=&quot;560px&quot; allowfullscreen=&quot;allowfullscreen&quot;&gt;&lt;/iframe&gt;</description>
            </item>
                    <item>
                <title>Перша новина</title>
                <link>http://veselkova-kramnicja.mozello.com/zvukov-knigi/params/post/4766460/persha-novina</link>
                <pubDate>Tue, 14 Jan 2025 14:42:00 +0000</pubDate>
                <description>&lt;p&gt;Це демо-текст, щоб продемонструвати як буде виглядати повідомлення в блозі. Видаліть
  цей пост і додайте свої власні повідомлення.&lt;/p&gt;
&lt;hr class=&quot;moze-more-divider&quot;&gt;
&lt;p&gt;
&lt;/p&gt;&lt;ol class=&quot;breadcrumb&quot; style=&quot;text-align: start; font-weight: 400; font-style: normal&quot;&gt;&lt;li class=&quot;breadcrumb-item&quot;&gt;&lt;a href=&quot;https://react-bootstrap.github.io/docs/components/breadcrumb/#&quot; role=&quot;button&quot; tabindex=&quot;0&quot; style=&quot;text-decoration: underline&quot;&gt;додому&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;breadcrumb-item&quot;&gt;&lt;a href=&quot;https://getbootstrap.com/docs/4.0/components/breadcrumb/&quot; style=&quot;text-decoration: var(--ifm-link-hover-decoration)&quot;&gt;Бібліотека&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;breadcrumb-item active&quot; aria-current=&quot;page&quot;&gt;Дані&lt;/li&gt;&lt;/ol&gt;

&lt;br&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;import Breadcrumb from &#039;react-bootstrap/Breadcrumb&#039;; function BreadcrumbExample()
  { return (
  &lt;breadcrumb&gt;
    &lt;breadcrumb.item href=&quot;#&quot;&gt;Home&lt;/breadcrumb.item&gt;
    &lt;breadcrumb.item href=&quot;https://getbootstrap.com/docs/4.0/components/breadcrumb/&quot;&gt;
      Library
    &lt;/breadcrumb.item&gt;
    &lt;breadcrumb.item active=&quot;&quot;&gt;Data&lt;/breadcrumb.item&gt;
  &lt;/breadcrumb&gt;
  ); } export default BreadcrumbExample;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh
  euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim
  ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl
  ut aliquip ex ea commodo consequat.&lt;/p&gt;</description>
            </item>
            </channel>
</rss>