-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (44 loc) · 1.51 KB
/
index.html
File metadata and controls
45 lines (44 loc) · 1.51 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
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css">
<title>Examen Programación Aplicada II</title>
</head>
<body>
<header>
<div class = "titulo">
<h1>
PROGRAMACIÓN APLICADA II
</h1>
</div>
<img class = "computadora" src="img/computadora.png" alt="computadora">
<div class = "cuadro">
<!--img src="img/fondo.jpg" class ="fondo"-->
<div>
<h2>Temática:</h2>
<ul>
<li>Diseño Web</li>
<li>Aplicaciones Web</li>
</ul>
</div>
</div>
<nav class = "navs">
<ul class="menu">
<li><a href="index.html">Home</a></li>
<li><a href="indexAPICanvas.html">API Canvas</a></li>
<li><a href="indexAPIInteres.html">API de Interés</a></li>
</ul>
</nav>
</header>
<footer class = "final">
<figure class = "redes">
<a href="https://twitter.com/Randox37680203"><img src="sgv/twitter-svgrepo-com.svg" alt="Twitter"></a>
<a href="https://www.facebook.com/randox.mieses.9/"><img src="sgv/facebook-3-logo-svgrepo-com.svg" alt="Facebook"></a>
</figure>
<h2 class = "letraFooter"> ©Copyright</h2>
</footer>
</body>
</html>