Update README.md

This commit is contained in:
Andros Fenollosa 2021-08-18 17:04:46 +02:00 committed by GitHub
parent 5057cafe76
commit a9317bb2fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,8 @@ Modern and complete HTML5 template to start your web pages
<meta property="og:image:alt" content="A shiny red apple with a bite taken out"> <meta property="og:image:alt" content="A shiny red apple with a bite taken out">
<!-- Normalizador: Equilibra los estilos entre los Navegadores --> <!-- Normalizador: Equilibra los estilos entre los Navegadores -->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<!-- Symbiosis: Arregla problemas en versiones de Smartphone -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sapps-studio/symbiosis-css/symbiosis.min.css">
<!-- Tus archivos CSS --> <!-- Tus archivos CSS -->
<link rel="stylesheet" type="text/css" href="css/main.css"> <link rel="stylesheet" type="text/css" href="css/main.css">
</head> </head>