Creataed the index.html

This commit is contained in:
Mathias Wagner
2024-03-09 10:49:17 +01:00
parent c9cb8bffd2
commit d3aaebd853

28
web/index.html Normal file
View File

@@ -0,0 +1,28 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/assets/img/favicon.ico" />
<meta property="og:image" content="/assets/img/logo.png" />
<meta name="description"
content="A speed test analysis software that shows your internet speed for up to 30 days"
/>
<meta name="theme-color" content="#131A20" />
<meta http-equiv="content-Type" content="text/html; utf-8" />
<meta http-equiv="Pragma" content="cache" />
<meta name="robots" content="INDEX,FOLLOW" />
<meta http-equiv="content-Language" content="en" />
<meta name="description" content="A speed test analysis software that shows your internet speed for up to 30 days" />
<meta name="keywords" content="myspeed, network, speedtest, gnmyt" />
<meta name="author" content="Mathias Wagner" />
<meta name="publisher" content="Mathias Wagner" />
<meta name="copyright" content="Mathias Wagner" />
<meta http-equiv="Reply-to" content="mathias@gnmyt.dev" />
<title>MySpeed - Automated Speedtests</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>