small fixes

This commit is contained in:
Danilo Di Cuia
2023-03-27 09:15:13 +02:00
parent 2be0829d35
commit c9ebed81c6
3 changed files with 39 additions and 40 deletions
+2 -8
View File
@@ -5,10 +5,7 @@
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<meta name="description" content="Let's swing Chat!" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
@@ -23,8 +20,5 @@
-->
<title>Let's swing chat</title>
</head>
<body style="margin: 0">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
<body style="margin: 0"></body>
</html>