Skip to content

Commit

Permalink
Actualizar index.html
Browse files Browse the repository at this point in the history
Debería de aparecer una vista previa de la página.
  • Loading branch information
Juan3178 authored Feb 15, 2025
1 parent d26ba99 commit 3cdf6d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
<meta name="description" content="Documentación de Minecraft bedrock en español, ¡Todo el código del juego está detalladamente escrito aquí! :)">
<!--<meta name="color-scheme" content="dark">-->
<meta name="theme-color" content="#29323a">
<!--Esto es para una vista previa-->
<meta property="og:title" content="MCDOC - español"/>
<meta property="og:description" content="Documentación de Minecraft bedrock en español, ¡Todo el código del juego está detalladamente escrito aquí! :)"/>
<meta property="og:image" content="assets/img/icon.png"/>
<meta property="og:url" content="https://juan3178.github.io/mcdoc-es"/>
<link rel="icon" href="assets/img/icon.png" type="image/x-icon"/>
<link rel="apple-touch-icon" href="assets/img/icon.png">
<link rel="stylesheet" href="assets/styles/graphic.css">
Expand Down

0 comments on commit 3cdf6d0

Please sign in to comment.