Update README.md

This commit is contained in:
Andros Fenollosa 2021-08-18 17:05:47 +02:00 committed by GitHub
parent 1696a71c64
commit f3c5839168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ Modern and complete HTML5 template to start your web pages
<!-- 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">
<!-- Symbiosis: Arregla problemas en versiones de Smartphone -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sapps-studio/symbiosis-css/symbiosis.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/sapps-studio/symbiosis-css/symbiosis.min.css">
<!-- Tus archivos CSS -->
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>