поправил паралель
This commit is contained in:
@@ -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">×</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">
|
||||
|
||||
Reference in New Issue
Block a user