imdb/public/index.html

34 lines
1.1 KiB
HTML
Raw Permalink 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" class="h-100" data-bs-theme="auto">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ну это пиздец</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<script type="text/javascript" src="app.js"></script>
</head>
<body class="d-flex h-100 text-center text-bg-dark">
<div class="cover-container d-flex w-100 h-100 flex-column">
<header class="d-flex justify-content-center py-3 border-bottom border-dark-subtle">
<ul class="nav nav-pills">
<li class="nav-item"><a href="#" class="nav-link active" aria-current="page">Персоналии</a></li>
<li class="nav-item"><a href="#" class="nav-link">Управление</a></li>
<li class="nav-item"><a href="#" class="nav-link">Статистика</a></li>
<li class="nav-item"><a href="#" class="nav-link">About</a></li>
</ul>
</header>
<main class="p-3">
</main>
<footer class="mt-auto text-white-50 p-3 border-top border-dark-subtle">
<p class="m-0">
by Alexander Popov
[https://iiiypuk.me]
Version: 0.0.0
</p>
</footer>
</div>
</body>
</html>