-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (27 loc) · 1.21 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/StyleLayout.css">
<link rel="icon" type="image/png" href="./img/wolfbar.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"><!--respobsibilidad-->
<script type="text/javascript" src="JS/layout.js"></script>
<title>Redt web</title>
</head>
<body>
<div class="topnav" id="myTopnav">
<a class="active" href="./index.html">Inicio</a>
<a href="pag/InformaticaVI/InformaticaVI.php">Informática VI</a>
<a href="pag/DesarrolloWeb/DesarrolloWeb.php">Desarrollo Web</a></li>
<a href="pag/ProgramacionMovil/index.php">Programación movil</a>
<a href="pag/Horario.php">Horario 6to semestre</a>
<a href="pag/pruebas/pruebas.html">Pruebas</a>
<a href="javascript:(void);" style="font-size:15px;" class="icon" onclick="myFunction()">☰</a>
<span><a style="float:right" href=mailto:"[email protected]">Contacto</a></span>
<i style="float:right"><img src="img/tree.png" width="30" height="40" alt="tree"></i>
</div>
<footer>
Derechos reservados © 2018
</footer>
</body>
</html>