поправил паралель

This commit is contained in:
2026-04-14 12:00:46 +05:00
parent 8c326ef06a
commit ebd5335ef1
5 changed files with 184 additions and 16 deletions

View File

@@ -7,10 +7,25 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>День открытых дверей</h1>
<p>Выберите урок, на который хотите записаться</p>
</header>
<header>
<h1>День открытых дверей</h1>
<h1>Выберите урок, на который хотите записаться</h1>
<div id="authContainer" style="margin-top: 10px;"></div>
</header>
<!-- Модальное окно авторизации -->
<div id="authModal" class="modal">
<div class="modal-content">
<span class="close">&times;</span>
<h3>Вход для сотрудников</h3>
<form id="authForm">
<label>Логин: <input type="text" id="authUsername" required></label>
<label>Пароль: <input type="password" id="authPassword" required></label>
<button type="submit">Войти</button>
<div id="authError" class="error" style="color:red; margin-top:10px;"></div>
</form>
</div>
</div>
<main>
<div class="filters">
<div class="filter-group">