Advertisement
Stefan1999

html

May 24th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.75 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Kidamo</title>
  4. </head>
  5. <body>
  6. <center>
  7. <form action="/upaliprvi">
  8. <input  style="font-size:100px;" type="submit" value="Upali prvi">
  9. </form>
  10. <br><br>
  11. <form action="/upalidrugi">
  12. <input style="font-size:100px;" type="submit" value="Upali drugi">
  13. </form>
  14. <br><br>
  15. <form action="/ugasiprvi">
  16. <input style="font-size:100px;" type="submit" value="Ugasi prvi">
  17. </form>
  18. <br><br>
  19. <form action="/ugasidrugi">
  20. <input style="font-size:100px;" type="submit" value="Ugasi drugi">
  21. </form>
  22. <br><br>
  23. <form action="/upalioba">
  24. <input style="font-size:100px;" type="submit" value="Upali oba">
  25. </form>
  26. <br><br>
  27. <form action="/ugasioba">
  28. <input style="font-size:100px;" type="submit" value="Ugasi oba">
  29. </center>
  30. </form>
  31. </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement