Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. <html>
  2. <body>
  3. <form method="post" action="convertir.php">
  4. <div>
  5. <p>Monnaie de base </p>
  6. <SELECT name="Base" size="1">
  7. <OPTION>Bitcoin
  8. <OPTION>Ethereum
  9. <OPTION>Litecoin
  10. <OPTION>Ripple
  11. <OPTION>Le Dash
  12. <OPTION>Monero
  13. <OPTION>Ethereum Classic
  14. <OPTION>NEM
  15. <OPTION>Augur
  16. <OPTION>MadeSafeCoin
  17. </SELECT>
  18. </div>
  19. <div>
  20. <p>A convertir en</p>
  21. <SELECT name="To" size="1">
  22. <OPTION>Bitcoin
  23. <OPTION>Ethereum
  24. <OPTION>Litecoin
  25. <OPTION>Ripple
  26. <OPTION>Dash
  27. <OPTION>Monero
  28. <OPTION>Ethereum Classic
  29. <OPTION>NEM
  30. <OPTION>Augur
  31. <OPTION>Euro
  32. <OPTION>USD
  33. <OPTION>Livre Britannique
  34. <OPTION>Yen Japonais
  35. </SELECT>
  36. <SELECT name="To2" size="1">
  37. <OPTION>Bitcoin
  38. <OPTION>Ethereum
  39. <OPTION>Litecoin
  40. <OPTION>Ripple
  41. <OPTION>Dash
  42. <OPTION>Monero
  43. <OPTION>Ethereum Classic
  44. <OPTION>NEM
  45. <OPTION>Augur
  46. <OPTION>Euro
  47. <OPTION>USD
  48. <OPTION>Livre Britannique
  49. <OPTION>Yen Japonais
  50. <OPTION selected>Rien
  51. </SELECT><SELECT name="To3" size="1">
  52. <OPTION>Bitcoin
  53. <OPTION>Ethereum
  54. <OPTION>Litecoin
  55. <OPTION>Ripple
  56. <OPTION>Dash
  57. <OPTION>Monero
  58. <OPTION>Ethereum Classic
  59. <OPTION>NEM
  60. <OPTION>Augur
  61. <OPTION>Euro
  62. <OPTION>USD
  63. <OPTION>Livre Britannique
  64. <OPTION>Yen Japonais
  65. <OPTION selected>Rien
  66. </SELECT>
  67. </div>
  68. <div>
  69. <Button type="submit">Convertir</button>
  70. </div>
  71. </form>
  72. </body>
  73. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement