-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
120 lines (104 loc) · 4.46 KB
/
index.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<link rel="icon" type="image/x-icon" href="./img/favicon.jpg">
<script src="./Java/busacdor.js"></script>
<meta charset="utf-8">
<!--ADAPTACION-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--FIN ADAPTACION-->
<html lang="es">
<!--TITULO-->
<head>
<title>Dapelis</title>
<link rel="stylesheet" type="text/css" href="./css/color.css">
<link rel="stylesheet" type="text/css" href="./css/navbar2.css">
<link rel="stylesheet" type="text/css" href="./css/buscador.css">
<script src="./Java/busacdor.js"></script>
<meta charset="utf-8">
<!-- JS -->
<script src="js/jquery.js"></script>
<script src="js/load.js"></script>
<script src="js/jquery.dataTables.min.js"></script>
</head>
<!--fIN TITULO-->
<!--body-->
<body>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./Pelis/mapimage.html">Map Image</a></li>
<li><a href="#contact">Contact</a></li>
<li style="float:right"><a class="active" href="#about">About</a></li>
<!--<form action="./php/buscador.php" method="post">
<input type="text" placeholder="Search" id="searchInput">
<button type="submit" id="saearchButton">Go</button>
</form>-->
<form>
<input type="text" id="mySearch" onkeyup="myFunction()">
<button type="submit" id="searchButton">Buscar</button>
</form>
<ul id="movieList"></ul>
<!--Audio-->
<audio id="background-music" autoplay loop>
<source src="./mp3/fondo.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<button onclick="playAudio()">Reproducir audio</button>
<!--<input type="range" min="0" max="1" step="0.1" value="1" oninput="setVolume()"> -->
<!--fin audio-->
</ul>
<header>
<h1>Dapelis</h1>
</header>
<!--Cartelera-->
<div id="main-container">
<!--<div id="myMenu">-->
<div class="movie-card">
<a href="./Pelis/evangelion.html">
<img src="./img/evangelion1.0.jpg" alt="Evangelion 1.0"
style="max-width:100%;height:auto;">
<h2>Evangelion 1.0</h2>
<p>Película</p>
</div>
<div class="movie-card">
<a href="./Pelis/evangelion2.22.html">
<img src="./img/evangelion2.22.jpg" alt="Evangelion
2.22"
style="max-width:100%;height:auto;">
<h2>Evangelion 2.22</h2>
<p>Película</p>
</div>
<div class="movie-card">
<a href="./Pelis/evangelion3.0.html">
<img src="./img/evangelion3.jpg" alt="Evangelion
3.0"
style="max-width:100%;height:auto;">
<h2>Evangelion 3.0</h2>
<p>Película</p>
</div>
</div>
</div>
<!--Fin cartelera-->
<nav style="display: flex; justify-content: center;
background-color: #333; color: #fff; padding: 10px;">
<a
href="./Términos_y_Condiciones/Términos_y_Condiciones.html"
style="color:
#fff;
text-decoration: none;
margin: 0 10px;">Términos y Condiciones</a>
<a
href="./Política_de_Privacidad/Política_de_Privacidad.html""
style="color:
#fff;
text-decoration: none;
margin: 0 10px;">Política de Privacidad</a>
<a href="./index.html" style="color: #fff;
text-decoration: none;
margin: 0 10px;">Home</a>
</nav>
<!--Cº-->
<footer>
Copyright © 2023 Gohsty Shop INC.
</footer>
<script src="./Java/busacdor.js"></script>
</body>
</html>