SergeyRasubaev_PIbd-21_IP_R.../3 lab/dist/login.html

43 lines
1.4 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Логин</title>
<style>
</style>
<script type="module" crossorigin src="/assets/style-afc16ede.js"></script>
<link rel="stylesheet" href="/assets/style-675f72be.css">
</head>
<body style = "background:#CDECDE">
<main>
<div class ="container" >
<form role = "form" class = "form-horizontal">
<div class = "form-group col-md-3 text-center">
<h3>Логин</h3>
<label for ="name" class = "control-label center">Введите никнейм или почту</label>
<input type = "name" class = "form-control" id = "name" placeholder ="Введите никнейм или почту">
</div>
<div class = "form-group col-md-3 text-center">
<label for ="password" class = "control-label">Введите пароль</label>
<input type = "password" class = "form-control" id = "password" placeholder ="Введите пароль">
</div>
<div class = "form-group col-md-3 text-center">
<a href ="index.html">Нет профиля? Зарегистрироваться</a>
<p></p>
<div>
<form action="home.html">
<input type = "submit" class = "btn btn-primary" value = "Войти">
</form>
</div>
</div>
</form>
</div>
</main>
</body>
</html>