Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>Add Deal</title>
- </head>
- <body>
- <form action="/post_deal" mothod="post">
- <label>Enter the deal title</label>
- <input name="deal_title" type="text" />
- <br />
- <label>Enter the deal description</label>
- <input name="deal_desc" type="text" />
- <br />
- <input type="submit" />
- </form>
- </body>
- </html>
Add Comment
Please, Sign In to add comment