registration.html 997 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Registration</title>
  5. <meta charset = "UTF-8"/>
  6. <link rel = "stylesheet" type = "text/css" href = "../css/registration-style.css"/>
  7. <link href="../img/glider.ico" rel="icon" type="image/x-icon" />
  8. </head>
  9. </head>
  10. <body>
  11. <center> <a href = "../main.html" id = "main-button">
  12. На главную
  13. </a> </center>
  14. <center> <div class = "container">
  15. <div class = "reg-center">
  16. <div id = "head">
  17. <p id = "text-head"> Регистрация </p>
  18. </div>
  19. <div class="place-form">
  20. <div id="place-container">
  21. <input type="text" placeholder=" " />
  22. <label>Имя</label>
  23. </div>
  24. <div id="place-container">
  25. <input type="password" placeholder=" " />
  26. <label>Пароль</label>
  27. </div>
  28. </div>
  29. <a id = "reg-button"> Зарегистрироваться </a>
  30. </div>
  31. </div> </center>
  32. </body>
  33. </html>