Home page

- fix bug with mouse tracker in home page
Site
    - change line in header (index.html) to delete warning in console
This commit is contained in:
Kum1ta
2024-11-15 13:54:44 +01:00
parent aeeac1b0da
commit 0f2dd0c271
2 changed files with 5 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="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>