35 lines
1.2 KiB
HTML
35 lines
1.2 KiB
HTML
<html>
|
|
<head>
|
|
<a href="/index.html">home</a>
|
|
<meta ame="viewport" conten="width=devic-width, initial-scale=1.0">
|
|
<meta charset="utf-8">
|
|
<title>login</title>
|
|
<link rel="stylesheet" href="/login/login.css">
|
|
|
|
</head>
|
|
<body>
|
|
<div class="contaner">
|
|
<form class="form" id="login">
|
|
<h1 class="form__title">login</h1>
|
|
<div class="form__message form__meaaage--error">incorect yousernam or paswored.</div>
|
|
<div class="form__input-group">
|
|
<input type="text" class="form__input" autofocus placeholder="username or emall">
|
|
<div class="form__input-error-message">errer</div>
|
|
</div>
|
|
<div class="form__input-group">
|
|
<input type="password" class="form__input" autofocus placeholder="password">
|
|
<div class="form__input-error-message"></div>
|
|
</div>
|
|
<button class="form__button" type="submit">next</button>
|
|
<p class="form__text">
|
|
<a href="#" class="form__link">forgot your paswored</a>
|
|
</p>
|
|
<p class="form__text">
|
|
<a class="form__link" href="./" id="linkcreateAccount" ">no acownt crat one</a>
|
|
</p>
|
|
</form>
|
|
</div>
|
|
<script scr="./login/login.js"></script>
|
|
</body>
|
|
|
|
</html> |