Advertisement
Daniel3996

index.php

Nov 20th, 2023
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Stripe Example</title>
  7. </head>
  8. <body>
  9. <h1> Example </h1>
  10. <form action="checkout.php" method="post">
  11. <p>T-Shirt</p>
  12. <p><strong>US $20.00</strong></p>
  13. <button>Pay</button>
  14. </form>
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement