coolbud012

add_deal.html

Jul 2nd, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.44 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>Add Deal</title>
  6. </head>
  7. <body>
  8.     <form action="/post_deal" mothod="post">
  9.         <label>Enter the deal title</label>
  10.         <input name="deal_title" type="text"  />
  11.         <br />
  12.         <label>Enter the deal description</label>
  13.         <input name="deal_desc" type="text"  />
  14.         <br />
  15.         <input type="submit" />
  16.     </form>
  17. </body>
  18. </html>
Add Comment
Please, Sign In to add comment