Pwa init, and icons for pwa and web

This commit is contained in:
Bryan1029384756
2026-02-21 16:47:17 -06:00
parent dd313cf8c8
commit 40210672e3
27 changed files with 5132 additions and 203 deletions

View File

@@ -2,8 +2,14 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="theme-color" content="#1e1f22" />
<meta name="description" content="A Discord clone with voice, video, and text chat" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Discord Clone" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<title>Discord Clone</title>
</head>
<body>