mirror of
https://github.com/gnmyt/myspeed.git
synced 2025-12-21 13:00:09 -06:00
29 lines
1.2 KiB
HTML
29 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 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>
|