-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 1.48 KB
/
index.html
File metadata and controls
39 lines (39 loc) · 1.48 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Otecald</title>
<link rel="icon" href="favicon.png" />
<link rel="stylesheet" href="estilo.css" />
<script src="js/index/html.js" ></script>
<script src="js/index/obtener_url_de_videos.js" ></script>
<script src="js/rama/yt.js" ></script>
<script src="js/rama/versiones.js" ></script>
<script src="js/rama/programación.js" ></script>
</head>
<body>
<div align="center">
<img src="logo_otecald.png" alt="" width="439" height="189" />
</div>
<div class="headers" align="center">
<div>
<table width="100%" border="1" align="center">
<tr align="center" bgcolor="#000000" style="z-index:1">
<td width="33%"><a id=v1 class="manito" onMouseOver="color(this,true)" onMouseOut="color(this,false)" onClick="mostrar(this)">Versión: Cargando...</a></td>
<td width="33%"><a id=v2 class="manito" onMouseOver="color(this,true)" onMouseOut="color(this,false)" onClick="mostrar(this)">Youtube</a></td>
<td width="33%"><a id=v3 class="manito" onMouseOver="color(this,true)" onMouseOut="color(this,false)" onClick="mostrar(this)">Programación</a></td>
</tr>
</table>
</div>
</div>
<div class="contenedor">
<table id=version1 width="100%" border="1" align="center">
<tr>
<td class="contenido oculto" id="mostrar1"></td>
<td class="contenido oculto" id="mostrar2"></td>
<td class="contenido oculto" id="mostrar3"></td>
</tr>
</table>
</div>
</body>
</html>