add manifest to add info about the webapp for iphone app

This commit is contained in:
2024-11-14 17:57:01 +01:00
parent 8fad4936ce
commit a8f0e95c82
2 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="manifest" href="/static/manifest.json">
<title>Chat</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' href='/static/style/homePage/home.css'>