Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.50 KB | None | 0 0
  1. <div id="border">
  2.         <h1 align="center">Войти в кабинет </h1>
  3.         <form name="enter" class="form">
  4.         <h2>Ваш E-mail:</h2> <input type="text" class="text" size="30">
  5.         <h2>Номер телефона: </h2> <input type="text" class="text" size="15">
  6.         <h2>Ваш пароль:</h2> <input type="password" class="text" size="30">
  7.         <br><input class="button" type="submit" value="Войти">
  8.         <br><input class="button" type="submit" value="Зарегистрироваться">
  9.     </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement