Updated the svg path in the index.html

This commit is contained in:
Mathias Wagner 2023-05-08 22:03:10 +02:00
parent 09e3e50019
commit 75f7d84b05
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/icon.svg" /> <link rel="icon" type="image/svg+xml" href="/assets/img/icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PowerTools</title> <title>PowerTools</title>
</head> </head>