-
Notifications
You must be signed in to change notification settings - Fork 0
/
tucuman.html
73 lines (72 loc) · 2.44 KB
/
tucuman.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<link rel="stylesheet" href="jquery.mobile-1.3.0/jquery.mobile-1.3.0.min.css" />
<script src="jquery.mobile-1.3.0/jquery-1.9.1.min.js"></script>
<script src="jquery.mobile-1.3.0/jquery.mobile-1.3.0.min.js"></script>
<!-- Home -->
<div data-role="page" id="page1">
<div data-theme="a" data-role="header">
<a data-role="button" href="index.html" data-icon="home" data-iconpos="left"
class="ui-btn-left">
Home
</a>
<h3>
Sunstar
</h3>
</div>
<div data-role="content">
<h2>
Tucuman
</h2>
<div data-role="content">
<h5>
Sunstar Tucuman se encuentra en la ciudad de Yerba Buena, cuentan con 5 salsas con ambiente totalmente climatizado, dos salas 3D, autobar y sonido SURROUND 5.1
</h5>
<div style="">
<img style="width: 288px; height: 200px" src="img/tucuman.jpg">
</div>
<a data-role="button" href="reserva.html" data-icon="star" data-iconpos="left">
Hacer una reserva
</a>
<div data-role="navbar" data-iconpos="top">
<ul>
<li>
<a href="estrenos.html" data-transition="fade" data-theme="" data-icon="">
Estrenos
</a>
</li>
<li>
<a href="cartelera.html" data-transition="fade" data-theme="" data-icon="">
Cartelera
</a>
</li>
</ul>
</div>
<div data-role="navbar" data-iconpos="top">
<ul>
<li>
<a href="horarios.html" data-transition="fade" data-theme="" data-icon="">
Horarios
</a>
</li>
<li>
<a href="tarifa.html" data-transition="fade" data-theme="" data-icon="">
Tarifa
</a>
</li>
</ul>
</div>
<div data-role="navbar" data-iconpos="top">
<ul>
<li>
<a href="contacto.html" data-transition="fade" data-theme="" data-icon="info">
Contacto
</a>
</li>
</ul>
</div>
</div>
<div data-theme="a" data-role="footer" data-position="fixed">
<h3>
Sunstar SA 2013
</h3>
</div>
</div>