Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. <!DOCTYPE>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title> BVB </title>
  6. <link rel="stylesheet" href="style.css">
  7. <link rel="stylesheet" href="forFORM.css">
  8. <script src="load.js"> </script>
  9. </head>
  10. <body>
  11. <div id="wrapper">
  12. <header>
  13. <img src="image/logo/logo3.png" alt="BVB logo" class="rigth_img" hspace="10px" >
  14. <h1 align = "center"> <a href = "https://uk.wikipedia.org/wiki/Боруссія_(Дортмунд)" target="_blank"> Боруссія Дортмунд </a> </h1>
  15. </header>
  16. <nav>
  17. <ul class="top-menu">
  18. <li> <a href ="HOME.html" title="HOME"> HOME </a> </li>
  19. <li> <a href ="HONOR.html" title="HONOR"> HONOR </a> </li>
  20. <li> <a href ="ALL TEAM.html" title="ALL TEAM"> ALL TEAM </a> </li>
  21. <li> <a href ="HISTORY.html" title="HISTORY"> HISTORY </a> </li>
  22. <li> <a href ="FANS.html" title="FANS">FANS </a> </li>
  23. <li> <a href ="AUTORIZATION.html" title="LOGIN">LOGIN </a> </li>
  24. </ul>
  25. </nav>
  26. <div id="heading">
  27. <h1> LOGIN </h1>
  28. </div>
  29. <section class="par_content_login">
  30. <h2 align = "center"> WELCOME </h2>
  31. <hr>
  32. <form class="contact_form" align="center" method="post" name="contact_form" onsubmit="return validate_form();">
  33. <ul>
  34. <li>
  35. <label for="name"> Ім'я </label>
  36. <br/>
  37. <input type="text" name="name"/>
  38. <label id="name_lable"> <label>
  39. <li>
  40. <label for="password_first">Створіть пароль:</label>
  41. <br/>
  42. <input type="password" name="password_first"/>
  43. <label id="pass1_lable"> <label>
  44. </li>
  45. <li>
  46. <label for="password_second"> Підтвердіть пароль: </label>
  47. <br/>
  48. <input type="password" name="password_second"/>
  49. <label id="pass2_lable"> <label>
  50. </li>
  51. <li>
  52. <label for="email">E-mail: </label>
  53. <br/>
  54. <input type="text" name="email"/>
  55. <label id="email_check"> </label>
  56. </li>
  57. <li>
  58. <label for="gender"> Стать: </label>
  59. <br/>
  60. <select id="clearstyle_Select">
  61. <option> Не вказано </option>
  62. <option> Жіноча </option>
  63. <option> Чоловіча </option>
  64. </select>
  65. </li>
  66. <li>
  67. <label for="birthday"> Дата народження: </label>
  68. <br/>
  69. <input type="date" name="calendar" value="2017-06-01" max="2050-01-01" min="1920-01-01">
  70. <li>
  71. <label for="Mobile"> Мобільний телефон: </label>
  72. <br/>
  73. <input type="text" name="mobile" />
  74. </li>
  75. <li>
  76. <button class="submit_login" type="submit" name="buttonSubmit"> Зареєструватися </button>
  77. </li>
  78. </ul>
  79. </form>
  80. </section>
  81. <div class="clear"></div>
  82. </div>
  83. <footer></footer>
  84. </body>
  85. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement