Guest User

Untitled

a guest
Dec 12th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. <div class="signin-signup">
  2. <div class="box-left">
  3. <div class="box-header">Quên mật khẩu?</div>
  4. <form method="post">
  5. <div class="placeholding-input">
  6. <label class="text">Nhập địa chỉ email của bạn</label>
  7. <input class="input" type="text" onfocus="if(this.value==this.defaultValue) this.value='';" onblur="if(this.value=='') this.value='Địa chỉ email';" value="Địa chỉ email" />
  8. </div>
  9. <div class="clear"></div>
  10. <button type="submit" class="btn btn-left">Gửi ngay</button>
  11. </form>
  12. </div>
  13. </div>
Add Comment
Please, Sign In to add comment