Files
myspeed/web/index.html

24 lines
1.2 KiB
HTML

<!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 property="og:title" content="MySpeed - Automated Speedtests" />
<meta property="og:description" content="Track your internet speed automatically with detailed analytics and history" />
<meta name="description" content="Track your internet speed automatically. MySpeed runs scheduled speed tests and provides detailed analytics and up to 30 days of history." />
<meta name="theme-color" content="#0a0e12" />
<meta http-equiv="content-Type" content="text/html; utf-8" />
<meta name="robots" content="INDEX,FOLLOW" />
<meta http-equiv="content-Language" content="en" />
<meta name="keywords" content="myspeed, network, speedtest, internet speed test, network monitoring" />
<meta name="author" content="Mathias Wagner" />
<title>MySpeed - Automated Speedtests</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>