Advertisement
savonov

Untitled

Nov 19th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <form class="reg_form" action="VH.html" method = get>
  2.  
  3.  
  4.  
  5.  
  6. <div class="form_row ">
  7. <label for="em">Email *</label>
  8. <input type="email" placeholder="Email" class="field" id="em" / >
  9. </div>
  10.  
  11.  
  12. <div class="form_row ">
  13. <label for="pass">Пароль *</label>
  14. <input type="password" class="field" placeholder="Password" id="pass" / >
  15. </div>
  16.  
  17. <div class="form_row ">
  18. <input type="button" class="button1" id="vh_v_akk" value="Войти" onclick="setcookie_vh()" >
  19. </div>
  20. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement