-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpag_2.html
61 lines (51 loc) · 1.65 KB
/
pag_2.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
60
61
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Keywords -->
<meta name="Keywords" content="technologies, future, phone">
<!-- Description -->
<meta name="description" content="Description Page">
<!-- Author -->
<meta name="author" content="Jormeis Castillo">
<!-- language -->
<meta name="language" content="es">
<!-- theme-color -->
<meta name="theme-color" content="#fff">
<!-- revised -->
<meta name="revised" content="05/12/2013">
<!-- title -->
<title>Mi pagina de curso</title>
<!-- Link Icon -->
<link rel="icon" href="/maquetacion_web/assets/j5_icon.svg">
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
<header>
<nav>
<img src="/maquetacion_web/assets/j5_icon.svg" alt="">
<ul>
<li>Portafolio</li>
<li>
<a href="/maquetacion_web/pag_2.html">Sobre Mi</a>
</li>
<li>Otras Experiencias</li>
<li>Contactame</li>
</ul>
<button>Opciones</button>
</nav>
</header>
<main>
<p>Bienvenidos a la pagina 1.</p>
</main>
<div>
<p>Parrafor de ejemplo</p>
<p class="parrafo">Parrafor de ejemplo secundario</p>
<p class="parrafo adicional">Parrafor de ejemplo secundario</p>
<p class="parrafo adicional" id="parrafo">Parrafo para probar el id</p>
</div>
</body>
</html>