Guest User

Untitled

a guest
Jan 18th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. .container
  2. h1 Synth Patch Name Generator
  3. form#generator
  4. fieldset.patch-type
  5. legend Patch Type
  6. .radio-group
  7. .radio
  8. input(type="radio" id="bass" name="type" value="Bass" checked)
  9. label(for="bass") Bass
  10. .radio
  11. input(type="radio" id="eight0eight" name="type" value="808")
  12. label(for="eight0eight") 808
  13. .radio
  14. input(type="radio" id="riser" name="type" value="Riser")
  15. label(for="riser") Riser
  16. .radio
  17. input(type="radio" id="lead" name="type" value="Lead")
  18. label(for="lead") Lead
  19. .radio
  20. input(type="radio" id="kick" name="type" value="Kick")
  21. label(for="kick") Kick
  22. .radio
  23. input(type="radio" id="snare" name="type" value="Snare")
  24. label(for="snare") Snare
  25. fieldset.genre
  26. legend Genre
  27. input(type="radio" id="dubstep" name="genre" value="Dubstep" checked)
  28. label(for="dubstep") Dubstep
  29. input(type="radio" id="house" name="genre" value="House")
  30. label(for="house") House
  31. input(type="radio" id="alternative" name="genre" value="Alternative")
  32. label(for="alternative") Alternative
  33. input(type="radio" id="tropical" name="genre" value="Tropical")
  34. label(for="tropical") Tropical
  35. input(type="radio" id="trap" name="genre" value="Trap")
  36. label(for="trap") Trap
  37. input(type="submit" value="Get Patch Name").btn
  38. h2#output Click Above to Get Patch Name
Add Comment
Please, Sign In to add comment