37 lines
1.7 KiB
HTML
37 lines
1.7 KiB
HTML
<html lang="ru" xmlns="http://www.w3.org/1999/html">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Ульяновский кондитер</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<script type="module" 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="css/style.css">
|
|
</head>
|
|
<body class="h-100 d-flex flex-column">
|
|
<main class="container-fluid p-2">
|
|
<div class="text-center login_pannel">
|
|
<a href="index.html">
|
|
<img class="back_arrow_icon " src="src/back_arrow_icon.png" alt="back_arrow">
|
|
</a>
|
|
<img class="logo_sidebar" src="src/logo.png" alt="logo">
|
|
<h2>Войдите или зарегистрируйтесь</h2>
|
|
<div class="input-group flex-nowrap width_input_mail">
|
|
<span class="input-group-text" id="addon-wrapping">@</span>
|
|
<input type="text" class="form-control" placeholder="Введите почту" aria-label="Username"
|
|
aria-describedby="addon-wrapping">
|
|
</div>
|
|
<div class="form-check">
|
|
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
|
|
<label class="form-check-label" for="flexCheckDefault">
|
|
<h2 class="h2_light">
|
|
Согласен на обработку <a href="./page2.html">персональных данных</a>
|
|
</h2>
|
|
</label>
|
|
</input>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
</body>
|
|
</html>
|