Skip to content

Instantly share code, notes, and snippets.

@daz4126
Created June 24, 2012 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daz4126/2983553 to your computer and use it in GitHub Desktop.
Save daz4126/2983553 to your computer and use it in GitHub Desktop.
@@index
h1 The Flash Farm Shop!
p Choose which animals you would like to buy from our shop.
ul#animals
li
h2 Duck
img src="/duck.png"
form action="/buy/duck" method="POST"
input type="submit" value="Add to Basket" title="Buy me, quack!"
li
h2 Pig
img src="/pig.png"
form action="/buy/pig" method="POST"
input type="submit" value="Add to Basket" title="Buy me, oink!"
li
h2 Cow
img src="/cow.png"
form action="/buy/cow" method="POST"
input type="submit" value="Add to Basket" title="Buy me, moo!"
form action="/checkout" method="POST"
input type="submit" value="Checkout" title="Checkout"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment