1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>Registration</title>
- <meta charset = "UTF-8"/>
- <link rel = "stylesheet" type = "text/css" href = "../css/registration-style.css"/>
- <link href="../img/glider.ico" rel="icon" type="image/x-icon" />
- </head>
- </head>
- <body>
-
- <center> <a href = "../main.html" id = "main-button">
- На главную
- </a> </center>
-
- <center> <div class = "container">
-
-
- <div class = "reg-center">
-
- <div id = "head">
- <p id = "text-head"> Регистрация </p>
- </div>
-
- <div class="place-form">
- <div id="place-container">
- <input type="text" placeholder=" " />
- <label>Имя</label>
- </div>
- <div id="place-container">
- <input type="password" placeholder=" " />
- <label>Пароль</label>
- </div>
- </div>
-
- <a id = "reg-button"> Зарегистрироваться </a>
-
- </div>
- </div> </center>
-
-
-
-
- </body>
- </html>
|