Primer Commit
This commit is contained in:
23
prueba2.html
Normal file
23
prueba2.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
<link rel="stylesheet" href="assets/css/hmngypasarela.css" crossorigin="anonymous"/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- BOTÓN PARA ABRIR EL MODAL -->
|
||||
<button onclick="abrirModal()" class="boton-modal">Pagar en Línea</button>
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
|
||||
</script>
|
||||
<script src="https://js.stripe.com/v3/"></script>
|
||||
<script src="assets/js/hmngypasarela.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user