-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path____plantilla.html
More file actions
52 lines (50 loc) · 1.47 KB
/
Copy path____plantilla.html
File metadata and controls
52 lines (50 loc) · 1.47 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
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8" />
<title>
Academia Conquer Blocks | Fórmate en Fullstack y Blockchain Developer
</title>
<meta
name="description"
content="Descubre y aprende todo lo relacionado con el Desarrollo Fullstack"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/style.css" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="img/common/favicon-Conquer.png"
/>
<link rel="manifest" href="site.webmanifest" />
<meta name="theme-color" content="#fafafa" />
</head>
<body>
<header>
<figure>
<img
src="img/common/Conquer-Blocks-logo.avif"
alt="Logotipo de Conquer Blocks"
width="150px"
/>
</figure>
<nav>
<ul>
<li><a href="index.html">Inicio</a></li>
<li><a href="quienes-somos.html">Quienes somos</a></li>
<li><a href="registro.html">Registro</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="cursos.html">Cursos</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="contacto.html">Contacto</a></li>
<li><a href="aviso-legal.html">Aviso Legal</a></li>
</ul>
</nav>
</header>
<main></main>
<footer>
<p>© Conquer Crypto 2025 - <a href="aviso-legal.html">Aviso Legal</a></p>
</footer>
</body>
</html>