This commit is contained in:
2026-07-12 15:17:14 +02:00
parent 261a6a06b1
commit 245006a7be
2 changed files with 54 additions and 82 deletions
+29
View File
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Innercys</title>
<link rel="stylesheet" href="https://code.jquery.com/mobile/1.2.1/jquery.mobile-1.2.1.min.css" />
<script src="https://code.jquery.com/jquery-1.8.3.min.js"></script>
<script src="https://code.jquery.com/mobile/1.2.1/jquery.mobile-1.2.1.min.js"></script>
</head>
<body>
<div data-role="page">
<div data-role="header" data-theme="b">
<h1>Pagar</h1>
</div>
<div data-role="content">
<p>¡Bienvenidx a Innercys!</p>
<ul data-role="listview" data-inset="true" data-filter="false">
<li><a href="#">Restaurante "Pepepako"</a></li>
<li><a href="#">Bar "Barra"</a></li>
</ul>
</div>
</div>
</body>
</html>