-
Notifications
You must be signed in to change notification settings - Fork 3
/
enviadoConExito.html
59 lines (59 loc) · 2.17 KB
/
enviadoConExito.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
<!DOCTYPE html>
<head>
<title>Contacto del departamento</title>
<link rel="stylesheet" href="css/contacto.css">
<link rel="stylesheet" href="css/estilos.css">
</head>
<body background="Imagenes/correo.png">
<div>
<img
src="ugd-logo.png"
height="100px"
width="75px"
aling="left"
style="float: left"
/>
<center>
<header class="header">
<div>
<h1>Centro Universitario de Tonalá</h1>
<h4>
DEPARTAMENTO DE CIENCIAS DE LA INFORMACIÓN Y DESARROLLOS
TECNOLOGICOS
</h4>
<hr />
</div>
<div id="menu">
<ul>
<li><a href="index.html">Inicio</a></li>
<li><a href="convocatoria.html">Convocatorias</a></li>
<li><a href="cursos.html">Cursos</a></li>
<li><a href="videos.html">Videos</a></li>
<li><a href="OfertaAcademica.html">Oferta Academica</a></li>
<li><a href="contacto.html">Contacto</a></li>
<li><div class = "dropdown">
<button class="dropBtn">Más Servicios
<i class="fa fa-caret-down" aria-hidden="true"></i>
</button>
<div class="dropdown-content">
<a href="http://www.cutonala.udg.mx/">Cu Tonalá</a>
<a href="http://siga.cutonala.udg.mx/">Siga</a>
<a href="https://mw.siiau.udg.mx/Portal/login.xhtml">Ventanilla Unica</a>
<a href="http://siiauescolar.siiau.udg.mx/wus/gupprincipal.inicio">SIIAU</a>
<a href="#">Evidencias</a>
<a href="#">TutorBot</a>
<a href="#">ConvocaCUT</a>
<a href="#">Bici CUT</a>
<a href="#">Inventarios</a>
</div>
</div>
</li>
</ul>
</div>
</header>
</center>
<center>
<h1>Mensaje enviado con exito!</h1>
</center>
</body>
</html>