/
zrzf
/
ASB
Обзор
Документация
Войти
/
zrzf
/
ASB
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
posts.html
87 строк
4 KB
Julia Timofeeva
may theme
02 май 2026, 02:08
02 май 2026, 02:08
7de8355
Код
Авторство
О чём код?
<!DOCTYPE html> <html lang="ru"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Лента новостей</title> <link rel="stylesheet" href="./fonts/fonts.css" /> <link rel="stylesheet" href="./styles/themes/dark-theme.css" /> <link rel="stylesheet" href="./styles/themes/pink-theme.css" /> <link rel="stylesheet" href="./styles/themes/may-theme.css" /> <link rel="stylesheet" href="./styles/themes/light-theme.css" /> <link rel="stylesheet" href="./styles/globals.css" /> <link rel="stylesheet" href="./styles/style.css" /> <link rel="stylesheet" href="./styles/pages.css" /> <link rel="stylesheet" href="./styles/animations.css" /> <link rel="icon" href="./images/logo.ico" sizes="any"> <script type="module" src="./scripts/posts.js" defer></script> </head> <body class="content"> <header class="header"> <div class="header__logo-container"> <a class="header__logo-link" href="https://vk.com/askbank" target="_blank"> <img src="./images/logo1.jpg" class="logo-img"> </a> <h2 class="header__title"> Aurum Sanctum Bank OC & Fandom </h2> </div> <nav class="header__navigation"> <ul class="header__navigation-list-others"> <li class="header__navigation-list-item"> <a class="header__navigation-list-link icon-sections" href="index.html"> <svg class="sidebar-icon" width="35" height="35" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M3 10L12 3L21 10L21 20H15V14H9V20H3V10Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> <span class="sidebar-icon-text">главная</span> </a> </li> </ul> </nav> </header> <main class="main"> <div class="anonce-container"> <h1 class="title"> Лента новостей </h1> <p class="anonce-text"> Скоро здесь можно будет посмотреть всю ленту постов, найти интересующие, сортировать, фильтровать и сохранить в избранное. Следите за новостями! </p> </div> </main> <a class="arrow" href="index.html"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" height="50" width="50" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m11 5-7 7 7 7M4 12h16"/> </svg> </a> <a class="chat" href="https://vk.me/askbank" target="_blank"> <svg width="35" height="35" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M20 4H4C2.9 4 2 4.9 2 6V16C2 17.1 2.9 18 4 18H8L12 22L16 18H20C21.1 18 22 17.1 22 16V6C22 4.9 21.1 4 20 4Z" stroke="#fff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M8 10H16" stroke="#fff" stroke-width="1.5" stroke-linecap="round"/> <path d="M8 14H12" stroke="#fff" stroke-width="1.5" stroke-linecap="round"/> </svg> </a> </body> <template id="template__navigation-icons"> <div class="navigation-icons__container"> <ul class="navigation-icons__list"> <li class="navigation-icons__list-item"> </li> <li class="navigation-icons__list-item"> </li> <li class="navigation-icons__list-item"> </li> <li class="navigation-icons__list-item"> </li> </ul> </div> </template> </html>