Files
Pibd-24_Eredavkin_R.A._Inte…/dist/File.html
2025-05-08 13:35:15 +04:00

75 lines
4.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Сладкие Файлы</title>
<script type="module" crossorigin src="./assets/file-BsEZQu2l.js"></script>
<link rel="modulepreload" crossorigin href="./assets/modulepreload-polyfill-B5Qt9EMX.js">
<link rel="stylesheet" crossorigin href="./assets/bootstrap-icons-8sx8Fhtg.css">
<link rel="stylesheet" crossorigin href="./assets/styles-CtPCArmk.css">
<script type="module">import.meta.url;import("_").catch(()=>1);(async function*(){})().next();if(location.protocol!="file:"){window.__vite_is_modern_browser=true}</script>
<script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy chunks, syntax error above and the same error below should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src=e.src,n.onload=function(){System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script>
</head>
<body class="d-flex flex-column min-vh-100">
<div class="container-fluid p-0 flex-grow-1">
<header class="bg-primary shadow p-3">
<div class="row align-items-center">
<div class="col-md-6 col-12 mb-3 mb-md-0">
<div class="d-flex align-items-center">
<img src="./src/cover.png" alt="Логотип SweetyDisk" class="logo me-3 rounded">
<h1 class="h3 text-white mb-0">SweetyDisk</h1>
</div>
</div>
<nav class="col-md-6 col-12">
<div class="d-flex justify-content-end flex-wrap gap-2">
<div class="dropdown">
<button class="btn btn-success dropdown-toggle" type="button" id="dropdownMenuButton" data-bs-toggle="dropdown" aria-expanded="false">
<i class="bi bi-list"></i> Меню
</button>
<ul class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<li><a class="dropdown-item" href="Password.html"><i class="bi bi-box-arrow-in-right"></i> Войти</a></li>
<li><a class="dropdown-item" href="/Upload.html"><i class="bi bi-upload"></i> Загрузить</a></li>
</ul>
<input type="file" id="file-input" class="d-none">
</div>
<a href="index.html" class="btn btn-pink"><i class="bi bi-house"></i> Главная</a>
<a href="File.html" class="btn btn-pink"><i class="bi bi-file-earmark"></i> Файлы</a>
<a href="Photo.html" class="btn btn-pink"><i class="bi bi-camera"></i> Фото</a>
<a href="Album.html" class="btn btn-pink"><i class="bi bi-images"></i> Альбом</a>
</div>
</nav>
</div>
</header>
<main class="container my-4 flex-grow-1">
<h2 class="display-5 text-pink mb-4 text-center">Ваши Файлы</h2>
<div class="file-container row row-cols-1 row-cols-md-3 g-4" id="fileContainer"></div>
</main>
<footer class="bg-dark text-white p-4 mt-auto">
<div class="row">
<div class="col-md-6 mb-3 mb-md-0">
<h4 class="text-pink">Контакты</h4>
<address>
Адрес: г. Ульяновск<br>
Телефон: +7 (495) 123-45-67<br>
Email: info@sweetydisk.ru<br>
Время работы: Пн-Пт, 9:0018:00
</address>
</div>
<div class="col-md-6 social-links">
<div class="d-flex gap-3">
<a href="#" class="text-white"><i class="bi bi-vimeo"></i> VK</a>
<a href="#" class="text-white"><i class="bi bi-telegram"></i> Telegram</a>
</div>
</div>
</div>
<small class="d-block text-center mt-3">© 2023 SweetyDisk. Все права защищены.</small>
</footer>
</div>
<script type="module" src="./main.js"></script>
<script type="text/javascript" src="./bootstrap/js/bootstrap.bundle.min.js"></script>
<script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
<script nomodule crossorigin id="vite-legacy-polyfill" src="./assets/polyfills-legacy-CBvV26yc.js"></script>
<script nomodule crossorigin id="vite-legacy-entry" data-src="./assets/file-legacy-CRC7rfsn.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
</body>
</html>