Files
hotel777-manager/public/index.html
2026-05-03 16:36:18 +05:00

17 lines
745 B
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" data-title="Добро пожаловать" data-description="Гостиница Солнечная бронируйте номера онлайн">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header></header>
<main>
<h1>Добро пожаловать в гостиницу "Солнечная"</h1>
<p>Сервис управления заявками на заселение. Для доступа в панель управления <a href="/login.html">войдите</a>.</p>
</main>
<script src="nav.js"></script>
<script src="seo.js"></script>
</body>
</html>