mirror of
https://github.com/robonen/metr.git
synced 2026-03-20 19:04:43 +00:00
34 lines
1.2 KiB
HTML
34 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="assets/css/login.css">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Montserrat&display=swap" rel="stylesheet">
|
|
<title>Metr</title>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="logo">
|
|
<div class="logoMetr">
|
|
</div>
|
|
</div>
|
|
<div class="title">
|
|
<h2>Восстановление пароля</h2>
|
|
</div>
|
|
<form action="" method="get" class="form__example">
|
|
<div class="form__example">
|
|
<label for="name"></label>
|
|
<input class="login" type="text" name="name" id="name" placeholder="Адрес почты" required>
|
|
</div>
|
|
<div class="form__example">
|
|
<input class="form__input" type="submit" value="Сбросить пароль">
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</body>
|
|
</html> |