44< head >
55 < meta charset ="UTF-8 ">
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7- < link rel ="apple-touch-icon " sizes ="57x57 " href ="favicon/apple-icon-57x57.png ">
8- < link rel ="apple-touch-icon " sizes ="60x60 " href ="favicon/apple-icon-60x60.png ">
9- < link rel ="apple-touch-icon " sizes ="72x72 " href ="favicon/apple-icon-72x72.png ">
10- < link rel ="apple-touch-icon " sizes ="76x76 " href ="favicon/apple-icon-76x76.png ">
11- < link rel ="apple-touch-icon " sizes ="114x114 " href ="favicon/apple-icon-114x114.png ">
12- < link rel ="apple-touch-icon " sizes ="120x120 " href ="favicon/apple-icon-120x120.png ">
13- < link rel ="apple-touch-icon " sizes ="144x144 " href ="favicon/apple-icon-144x144.png ">
14- < link rel ="apple-touch-icon " sizes ="152x152 " href ="favicon/apple-icon-152x152.png ">
15- < link rel ="apple-touch-icon " sizes ="180x180 " href ="favicon/apple-icon-180x180.png ">
16- < link rel ="icon " type ="image/png " sizes ="192x192 " href ="favicon/android-icon-192x192.png ">
17- < link rel ="icon " type ="image/png " sizes ="32x32 " href ="favicon/favicon-32x32.png ">
18- < link rel ="icon " type ="image/png " sizes ="96x96 " href ="favicon/favicon-96x96.png ">
19- < link rel ="icon " type ="image/png " sizes ="16x16 " href ="favicon/favicon-16x16.png ">
20- < link rel ="manifest " href ="favicon/manifest.json ">
21- < meta name ="msapplication-TileColor " content ="#ffffff ">
22- < meta name ="msapplication-TileImage " content ="favicon/ms-icon-144x144.png ">
23- < meta name ="theme-color " content ="#ffffff ">
7+ <!-- Favicon -->
8+ < link rel ="icon " type ="image/png " sizes ="32x32 " href ="../favicon/ms-icon-32x32.png ">
9+ < link rel ="apple-touch-icon " sizes ="60x60 " href ="../favicon/apple-icon-60x60.png ">
10+ <!-- Fuentes -->
2411 < link rel ="preconnect " href ="https://fonts.googleapis.com ">
2512 < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
2613 < link href ="https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap " rel ="stylesheet ">
27- < link rel ="stylesheet " href ="./styles.css ">
14+ <!-- Hojas de estilos -->
15+ < link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css " rel ="stylesheet "
16+ integrity ="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM " crossorigin ="anonymous ">
17+ < link rel ="stylesheet " href ="styles.css ">
2818 < title > Indice</ title >
2919</ head >
3020
3121< body >
3222
33- < h1 id =" titulo "> 90 Proyectos usando HTML, CSS y JavaScript</ h1 >
34- < div id ="container ">
23+ < h1 class =" text-center my-5 fs-2 "> 90 Proyectos usando HTML, CSS y JavaScript</ h1 >
24+ < div class ="container-fluid col-8 ">
3525
36- < ol > < h2 > Índice</ h2 >
37- < ul >
38- < li > < a href ="./01-NavBar/index.html " target ="_blank "> Proyecto 1 HTML, CSS</ a > </ li >
39- < li > < a href ="./01-NavBar - Javascript/index.html " target ="_blank "> Proyecto 1 HTML, CSS y JS</ a > </ li >
40- < li > < a href ="./01-NavBar - Bootstrap//index.html " target ="_blank "> Proyecto 1 HTML, CSS y BOOTSTRAP</ a > </ li >
41- < li > < a href ="./01-NavBar - Bootstrap - Offcanvas/index.html " target ="_blank "> Proyecto 1 HTML, CSS y BOOTSTRAP (Offcanvas)</ a > </ li >
26+ < ol > < h2 class =" my-5 text-center fw-bold " > Índice</ h2 >
27+ < ul class =" list-group " >
28+ < li class =" list-group-item list-group-item-action " > < a href ="./01-NavBar/index.html " target ="_blank "> Proyecto 1 HTML, CSS</ a > </ li >
29+ < li class =" list-group-item list-group-item-action " > < a href ="./01-NavBar - Javascript/index.html " target ="_blank "> Proyecto 1 HTML, CSS y JS</ a > </ li >
30+ < li class =" list-group-item list-group-item-action " > < a href ="./01-NavBar - Bootstrap//index.html " target ="_blank "> Proyecto 1 HTML, CSS y BOOTSTRAP</ a > </ li >
31+ < li class =" list-group-item list-group-item-action " > < a href ="./01-NavBar - Bootstrap - Offcanvas/index.html " target ="_blank "> Proyecto 1 HTML, CSS y BOOTSTRAP (Offcanvas)</ a > </ li >
4232 </ ul >
4333
4434 </ ol >
4535</ div >
4636
37+ < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js "
38+ integrity ="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz "
39+ crossorigin ="anonymous "> </ script >
40+
4741</ body >
4842
4943</ html >
0 commit comments