Primer Commit

This commit is contained in:
LuisAngelSalinasl
2025-08-04 18:51:41 -06:00
commit 8fcbb98114
8990 changed files with 1407288 additions and 0 deletions

23
prueba2.html Normal file
View 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>