-
Notifications
You must be signed in to change notification settings - Fork 0
/
coor.html
26 lines (26 loc) · 1.06 KB
/
coor.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
<!DOCTYPE html>
<html lang="es">
<head>
<title>COORDINADOR</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximun-scale=1, minimun-scale=1">
<link rel="stylesheet" href="css/fontello.css">
<link rel="stylesheet" href="css/estiloCoor.css">
<link rel="stylesheet" href="css/estiloMenu.css">
</head>
<body>
<header>
<div class="contenedor">
<h1 class="icon-admin"> Coordinador</h1>
<input type="checkbox" id="menu-bar">
<label class="icon-menu "for="menu-bar"></label>
<nav class="menu">
<a class="icon-profesor" href="adminUser.html"> --</a>
<a class="icon-locker" href="adminLocker.html"> --</a>
<a class="icon-salir" href="index.html"> Salir</a>
</nav>
</div>
<h2 align="center">Sitio para el COORDINADOR!</h2>
</header>
</body>
</html>