mirror of
https://github.com/gnmyt/myspeed.git
synced 2025-12-21 04:50:05 -06:00
Creataed the index.html
This commit is contained in:
28
web/index.html
Normal file
28
web/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user