Advertisement
stevennathaniel

JADE : Form Post

Jun 19th, 2016
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. doctype
  2. html(lang="en")
  3. head
  4. title Submit Form
  5. body
  6. form(name="isiNama",method="post",action="/")
  7. div.input
  8. span.label Nama Awal  
  9. input(type="text", name="namaawal")
  10. div.actions
  11. input(type="submit", value="Simpan")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement