Add favicon support and update Open Graph/Twitter meta tags

This commit is contained in:
2026-01-15 10:09:21 -03:00
parent 8cc5954563
commit 5099311373
4 changed files with 3 additions and 2 deletions
+3 -2
View File
@@ -2,6 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/ficon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HGTX PromptLab - Laboratório de Prompts de IA</title> <title>HGTX PromptLab - Laboratório de Prompts de IA</title>
<meta name="description" content="Crie, edite, teste e versione prompts para agentes de IA de forma profissional e eficiente" /> <meta name="description" content="Crie, edite, teste e versione prompts para agentes de IA de forma profissional e eficiente" />
@@ -13,11 +14,11 @@
<meta property="og:title" content="HGTX PromptLab - Laboratório de Prompts de IA" /> <meta property="og:title" content="HGTX PromptLab - Laboratório de Prompts de IA" />
<meta property="og:description" content="Crie, edite, teste e versione prompts para agentes de IA de forma profissional e eficiente" /> <meta property="og:description" content="Crie, edite, teste e versione prompts para agentes de IA de forma profissional e eficiente" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" /> <meta property="og:image" content="/favicon.png" />
<meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@lovable_dev" /> <meta name="twitter:site" content="@lovable_dev" />
<meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" /> <meta name="twitter:image" content="/favicon.png" />
</head> </head>
<body> <body>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB