mirror of
https://github.com/gnmyt/myspeed.git
synced 2025-12-30 17:49:33 -06:00
Updated the asset path in the index.html
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<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="/logo.png" />
|
||||
<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="/logo192.png" />
|
||||
<link rel="apple-touch-icon" href="/assets/img/logo192.png" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<title>MySpeed</title>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user