Add web app manifest

This commit is contained in:
Marcel Kapfer 2024-04-22 20:15:31 +02:00
parent 08844684b9
commit 8eed595022
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09
8 changed files with 41 additions and 0 deletions

View file

@ -6,6 +6,7 @@
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hashtag Manager</title>
<link rel="manifest" href="/manifest.json" />
</head>
<body>