mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-01-13 08:30:34 -06:00
24 lines
1.0 KiB
HTML
24 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="/assets/img/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="theme-color" content="#232835" />
|
|
<meta property="og:image" content="/api/opengraph/image" />
|
|
<meta property="og:image:type" content="image/png" />
|
|
<meta name="twitter:title" content="MySpeed" />
|
|
<meta name="twitter:description" content="A speed test analysis software that shows your internet speed for up to 30 days" />
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:image:src" content="/api/opengraph/image" />
|
|
<meta name="description" content="A speed test analysis software that shows your internet speed for up to 30 days" />
|
|
<link rel="apple-touch-icon" href="/assets/img/logo192.png" />
|
|
<link rel="manifest" href="/manifest.json" />
|
|
<title>MySpeed</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/index.jsx"></script>
|
|
</body>
|
|
</html>
|