Add PWA manifest and apple-touch-icon meta tag
This commit is contained in:
@@ -30,12 +30,18 @@ export function clientEntry(c: Context<BlankEnv>) {
|
||||
}
|
||||
|
||||
return c.html(
|
||||
<html lang="en">
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charSet="utf-8" />
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
||||
<meta name="theme-color" content="#ec4899" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
||||
<meta name="apple-mobile-web-app-title" content="Stargirlnails" />
|
||||
<title>Stargirlnails Kiel</title>
|
||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
{cssFiles && cssFiles.map((css: string) => (
|
||||
<link key={css} rel="stylesheet" href={css} />
|
||||
))}
|
||||
|
Reference in New Issue
Block a user