-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (35 loc) · 1.05 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ATI[UCV] 2024-1"</title>
<link rel="icon" type="image/x-icon" href="http://www.ciens.ucv.ve/portalasig2/favicon.ico">
<link href="css/style.css" rel="stylesheet" type="text/css" media="screen">
<link href="conf/configES.json">
<link href="25858414/perfil.json">
<script src="js/index.js"></script>
</head>
<body>
<header>
<nav>
<ul>
<li id="curso"></li>
<li id="saludo"></li>
<li><form id="buscar">
<input type="text" id="busqueda" placeholder="Nombre...">
<button>Buscar</button>
</form></li>
</ul>
</nav>
</header>
<section id="result">
<ul class="tarjetas" id="listaEstudiantes">
</ul>
</section>
<p id="mensaje"></p>
<footer>
<p id="copyright"></p>
</footer>
</body>
</html>