-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
39 lines (36 loc) · 1.78 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Lenguajes de Marcas</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<meta name="keywords" content="GitHub, Git, HTML, CSS, XML...">
<meta name="description" content="Página de referencias para la asignatura de Lenguaje de Marcas">
<meta name="author" content="José Ángel Heras">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/estilos.css">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
</head>
<body>
<!-- particles.js container -->
<div id="particles-js">
<div class="container">
<h1>Enlaces hacia las Páginas Web</h1>
<div class="link-container">
<a href="Accesibilidad/accesibilidad.html" class="link">Accesibilidad</a>
<a href="Usabilidad/usabilidad.html" class="link">Usabilidad</a>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script> <!--CDN-->
<script src="script/app.js"></script>
<!-- Versión local -->
<!-- <script src="script/app.jsparticles.js"></script> -->
<footer>
<p><span class="copyleft">©</span> Hecho con <span class="hearth">❤</span>
por <a href="https://github.com/joanh">@Joanh </a>- 2024</p>
</footer>
</body>
</html>