Files
myspeed/client/index.html
2023-05-28 21:02:27 +02:00

21 lines
715 B
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="/assets/img/logo.png" />
<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>