payment gateway for rpn cn
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

40 lignes
1.7KB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  7. <meta name="description" content="">
  8. <meta name="author" content="">
  9. <title>Blank Template for Bootstrap</title>
  10. <!-- Bootstrap core CSS -->
  11. <link href="bootstrap/css/bootstrap.css" rel="stylesheet">
  12. <!-- Custom styles for this template -->
  13. <link href="style.css" rel="stylesheet">
  14. </head>
  15. <body>
  16. <div class="container" style="margin-top: 100px; min-height: 300px; text-align: center;">
  17. <div class="row">
  18. <div class="col-md-6">
  19. <h3>P2P</h3>
  20. <p></p>
  21. <img src="https://via.placeholder.com/150">
  22. <input class="form-check-input" type="radio" name="inlineRadioOptions" value="option1">
  23. </div>
  24. <div class="col-md-6">
  25. <h3>FAT</h3>
  26. <p></p>
  27. <img src="https://via.placeholder.com/150">
  28. <input class="form-check-input" type="radio" name="inlineRadioOptions" value="option1">
  29. </div>
  30. </div>
  31. </div>
  32. <!-- Bootstrap core JavaScript
  33. ================================================== -->
  34. <!-- Placed at the end of the document so the pages load faster -->
  35. <script src="assets/js/jquery.min.js"></script>
  36. <script src="assets/js/popper.js"></script>
  37. <script src="bootstrap/js/bootstrap.min.js"></script>
  38. </body>
  39. </html>