added og embeds and banner

This commit is contained in:
cloudwithax 2026-02-16 21:42:44 -05:00
parent 985e188e32
commit 43743bd74a
2 changed files with 27 additions and 13 deletions

View File

@ -1,15 +1,29 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Dusk - The peer-to-peer chat platform for the masses." />
<title>Dusk Chat</title>
<link rel="icon" type="image/svg+xml" href="/crescent-moon.svg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#ff4f00" />
<meta name="description" content="Dusk Chat - The peer-to-peer chat platform for the masses." />
<meta property="og:title" content="Dusk Chat" />
<meta property="og:description" content="The peer-to-peer chat platform for the masses." />
<meta property="og:image" content="/banner.png" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Dusk Chat" />
<meta name="twitter:description" content="The peer-to-peer chat platform for the masses." />
<meta name="twitter:image" content="/banner.png" />
<title>Dusk Chat</title>
<link rel="icon" type="image/svg+xml" href="/crescent-moon.svg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>

BIN
public/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB