Created the index.html of the client

This commit is contained in:
Mathias Wagner
2022-04-05 19:31:12 +02:00
parent 4d3d027c19
commit 9291f86056
+18
View File
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#2F3136" />
<meta name="description"
content="Eine deutschsprachige Speedtest Analyse-Software, welche das Internet der letzten 24 Stunden übersichtlich darstellt."
/>
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>MySpeed</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>