fix(index): revert to logo instead of gif
This commit is contained in:
parent
d95d3d28fa
commit
6ed9ef5443
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ import "/src/css/app.css";
|
||||||
|
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/x-icon" href="/assets/favicon.webp" />
|
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg" />
|
||||||
|
|
||||||
<link rel="canonical" href="https://z0x.ca" />
|
<link rel="canonical" href="https://z0x.ca" />
|
||||||
|
|
||||||
<title>z0x</title>
|
<title>z0x</title>
|
||||||
|
|
Loading…
Add table
Reference in a new issue