2023-11-07 14:22:33 +04:00
|
|
|
|
<html lang="ru">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<title>Моя страница</title>
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
<script src="./node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
|
|
|
|
|
<link href="./node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/>
|
|
|
|
|
<link href="./node_modules/@fortawesome/fontawesome-free/css/all.min.css" rel="stylesheet"/>
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="./style.css">
|
|
|
|
|
</head>
|
|
|
|
|
<body class="h-100 d-flex flex-column bg-light">
|
|
|
|
|
|
|
|
|
|
<header>
|
|
|
|
|
<nav class="navbar navbar-expand-md navbar-dark">
|
|
|
|
|
<div class="container-fluid">
|
|
|
|
|
<a class="navbar-brand" href="/" style="color: black;">
|
|
|
|
|
<i class="fa-solid fa-crown" style="color: black;"> </i>
|
|
|
|
|
Отель Luxury
|
|
|
|
|
</a>
|
|
|
|
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
|
|
|
|
|
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
|
|
|
|
<span class="navbar-toggler-icon"></span>
|
|
|
|
|
</button>
|
|
|
|
|
<div class="navbar-collapse collapse justify-content-end" id="navbarNav">
|
|
|
|
|
<div class="navbar-nav">
|
|
|
|
|
|
|
|
|
|
<a class="nav-link active" href="./index.html" style="color: black;">Главная</a>
|
|
|
|
|
<a class="nav-link" href="./page5.html" style="color: black;">Размещение</a>
|
|
|
|
|
<a class="nav-link" href="./page2.html" style="color: black;">Инфраструктура</a>
|
|
|
|
|
<a class="nav-link" href="./page3.html" style="color: black;">Отзывы</a>
|
|
|
|
|
<a class="nav-link" href="./page4.html" style="color: black;">Забронировать</a>
|
|
|
|
|
<a class="nav-link" href="./page7.html" style="color: black;">Вход</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</nav>
|
|
|
|
|
</header>
|
|
|
|
|
|
|
|
|
|
<main class="container-fluid p-2">
|
|
|
|
|
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="row align-items-start" >
|
|
|
|
|
<div class="col" >
|
|
|
|
|
<h3> <b><p >Username: Alena</p></b> </h3>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row align-items-center" >
|
|
|
|
|
<div class="col d-flex justify-content-center " >
|
|
|
|
|
<b> <p style=" padding-top: 5vw ;">Вы забронировали номер "Стандарт" с 05.05.23 по 07.05.23</p></b>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row align-items-end" >
|
|
|
|
|
<div class="col d-flex justify-content-center" >
|
|
|
|
|
|
|
|
|
|
<b> <p >Сумма к оплате: 7800р</p></b>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row align-items-end" >
|
|
|
|
|
<div class="col d-flex justify-content-center" >
|
|
|
|
|
|
|
|
|
|
<b> <p style="">Внимание!</p></b>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row align-items-end" >
|
|
|
|
|
<div class="col d-flex justify-content-center" >
|
|
|
|
|
|
|
|
|
|
<b> <p style="">Заезд осуществляется с 14:00</p></b>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="div d-flex justify-content-center">
|
|
|
|
|
<iframe src="https://yandex.ru/map-widget/v1/-/CGDGFH0U" allowfullscreen="true" class="img-fluid" style="width: 660; height: 500px;"></iframe>
|
|
|
|
|
</div>
|
|
|
|
|
</main>
|
|
|
|
|
<footer class="footer mt-auto d-flex flex-shrink-0 justify-content-center align-items-center">
|
|
|
|
|
г.Ульяновск
|
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
|
|
</body>
|
2023-10-23 23:23:58 +04:00
|
|
|
|
</html>
|