6
0

authorization-fog-pass.html 1.1 KB

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1" />
  6. <link rel="shortcut icon" type="image/png" href="https://animaproject.s3.amazonaws.com/home/favicon.png" />
  7. <link rel="stylesheet" type="text/css" href="css/style.css" />
  8. </head>
  9. <body>
  10. <div class="container-auth">
  11. <div class="authfog-block">
  12. <img class="logo400" src="img/logo_open.svg">
  13. <form action="" method="" >
  14. <p>Код для восстановления пароля был отправлен Вам по SMS на номер</p>
  15. <p class="userNum">+7******1212</p>
  16. <input type="number" name="phone">
  17. <p class="resend">Отправить код повторно через</p>
  18. <p id="secLeft">300 сек</p>
  19. <div class="buttons">
  20. <a id="enter" href="authorization.html">Войти</a>
  21. <button type="submit" class="next">Далее</button>
  22. </div>
  23. </form>
  24. </div>
  25. </div>
  26. </body>
  27. </html>