update
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user