Last active
December 24, 2024 10:32
-
-
Save JuanCarlosAcostaPeraba/756146eb345fe530eb337d64111285e6 to your computer and use it in GitHub Desktop.
Revisions
-
JuanCarlosAcostaPeraba revised this gist
Feb 17, 2024 . No changes.There are no files selected for viewing
-
JuanCarlosAcostaPeraba renamed this gist
Feb 17, 2024 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
JuanCarlosAcostaPeraba revised this gist
Feb 17, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -31,7 +31,7 @@ <link rel="apple-touch-icon" sizes="180x180" href="favicon url"> <meta name="apple-mobile-web-app-title" content="web url"> <!-- Open Graph Tags --> <meta property="og:locale" content="en_US"> <meta property="og:url" content="web url"> <meta property="og:type" content="website"> -
JuanCarlosAcostaPeraba revised this gist
Feb 17, 2024 . 2 changed files with 58 additions and 42 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,42 +0,0 @@ This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,58 @@ <!DOCTYPE html> <html lang="en"> <head> <!-- HTML Meta Tags --> <meta charset="utf-8" /> <!-- encoding --> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <!-- Scale the content to fit the screen --> <title>Title</title> <!-- Page title --> <meta name="author" content="author"> <meta name="description" content="Description" /> <!-- Description --> <meta name="robots" content="index, follow" /> <!-- Instruct Google robots to index the page --> <meta name="theme-color" content="#09f" /> <!-- Browser navigation bar color --> <meta name="keywords" content="keyword 1, keyword 2, keyword 3" /> <!-- Page icon --> <link rel="shortcut icon" href="image url" type="image/png" /> <link rel="canonical" href="main page url" /> <!-- Preload before the web page --> <link rel="preload" as="type[image, script]" href="url to preload"> <meta name="application-name" content="web url"> <!-- Apple --> <link rel="apple-touch-icon" sizes="180x180" href="favicon url"> <meta name="apple-mobile-web-app-title" content="web url"> <!-- Facebook Meta Tags --> <meta property="og:locale" content="en_US"> <meta property="og:url" content="web url"> <meta property="og:type" content="website"> <meta property="og:title" content="Title"> <meta property="og:description" content="Description"> <meta property="og:image" content="image url"> <meta property="og:site_name" content="midu.dev"> <!-- Twitter Meta Tags --> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:creator" content="@username"> <meta property="twitter:domain" content="web url"> <meta property="twitter:url" content="page url"> <meta name="twitter:title" content="Title"> <meta name="twitter:description" content="Description"> <meta name="twitter:image" content="image url"> <meta name="twitter:site" content="@username"> </head> <body> </body> </html> -
JuanCarlosAcostaPeraba revised this gist
Oct 19, 2023 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,6 +10,8 @@ <meta name="robots" content="index, follow" /> <!-- Para que los robots de Google indexen la página --> <meta name="theme-color" content="#09f" /> <!-- Color de la barra de navegación en Browser --> <meta name="keywords" content="keyword 1, keyword 2, keyword 3"/> <link rel="shortcut icon" href="url de la imagen" type="image/png" /> <!-- Icono de la página --> <link rel="preload" as="type[image, script]" href="url de lo que hay que precargar"> <!-- Precargar antes de la web --> -
JuanCarlosAcostaPeraba revised this gist
Oct 19, 2023 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,6 +4,7 @@ <title>Título</title> <!-- Título de la página --> <meta name="author" content="autor"> <meta name="description" content="Descripción" /> <!-- Descripción --> <meta name="robots" content="index, follow" /> <!-- Para que los robots de Google indexen la página --> -
JuanCarlosAcostaPeraba revised this gist
Oct 19, 2023 . 1 changed file with 16 additions and 3 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,24 +3,37 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <!-- Escala el contenido para que se ajuste a la pantalla --> <title>Título</title> <!-- Título de la página --> <meta name="description" content="Descripción" /> <!-- Descripción --> <meta name="robots" content="index, follow" /> <!-- Para que los robots de Google indexen la página --> <meta name="theme-color" content="#09f" /> <!-- Color de la barra de navegación en Browser --> <link rel="shortcut icon" href="url de la imagen" type="image/png" /> <!-- Icono de la página --> <link rel="preload" as="type[image, script]" href="url de lo que hay que precargar"> <!-- Precargar antes de la web --> <meta name="application-name" content="url de la web"> <!-- Apple --> <link rel="apple-touch-icon" sizes="180x180" href="url del favicon"> <meta name="apple-mobile-web-app-title" content="url de la web"> <!-- Facebook Meta Tags --> <meta property="og:locale" content="es_ES"> <meta property="og:url" content="url de la web"> <meta property="og:type" content="website"> <meta property="og:title" content="Titulo"> <meta property="og:description" content="Descripción"> <meta property="og:image" content="url de la imagen"> <meta property="og:site_name" content="midu.dev"> <!-- Twitter Meta Tags --> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:creator" content="@username"> <meta property="twitter:domain" content="url de la web"> <meta property="twitter:url" content="url de la página"> <meta name="twitter:title" content="Título"> <meta name="twitter:description" content="Descripción"> <meta name="twitter:image" content="url de la imagen"> <meta name="twitter:site" content="@username"> -
JuanCarlosAcostaPeraba created this gist
Oct 17, 2023 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,26 @@ <!-- HTML Meta Tags --> <meta charset="utf-8" /> <!-- condificación --> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <!-- Escala el contenido para que se ajuste a la pantalla --> <title>Título</title> <!-- Título de la página --> <meta name="description" content="Descripción" /> <!-- Descripción --> <meta name="robots" content="index, follow" /> <!-- Para que los robots de Google indexen la página --> <meta name="theme-color" content="#09f" /> <!-- Color de la barra de navegación en Browser --> <link rel="shortcut icon" href="url de la imagen" type="image/png" /> <!-- Icono de la página --> <!-- Facebook Meta Tags --> <meta property="og:url" content="url de la página"> <meta property="og:type" content="website"> <meta property="og:title" content="Titulo"> <meta property="og:description" content="Descripción"> <meta property="og:image" content="url de la imagen"> <!-- Twitter Meta Tags --> <meta name="twitter:card" content="summary_large_image"> <meta property="twitter:domain" content="dominio"> <meta property="twitter:url" content="url de la página"> <meta name="twitter:title" content="Título"> <meta name="twitter:description" content="Descripción"> <meta name="twitter:image" content="url de la imagen">