refactor(all): rebranding and websire layout refactor
This commit is contained in:
parent
98ebc84a1c
commit
bebf7819e5
39 changed files with 380 additions and 418 deletions
24
src/components/Head.astro
Normal file
24
src/components/Head.astro
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
import "/src/css/app.css";
|
||||
---
|
||||
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="icon" type="image/x-icon" href="/assets/favicon.webp" />
|
||||
<link rel="canonical" href="https://z0x.ca" />
|
||||
|
||||
<title>z0x</title>
|
||||
<meta name="title" content="z0x" />
|
||||
<meta name="description" content="z0x" />
|
||||
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://z0x.ca" />
|
||||
<meta property="og:title" content="z0x" />
|
||||
<meta property="og:description" content="z0x" />
|
||||
|
||||
<meta property="twitter:url" content="https://z0x.ca" />
|
||||
<meta property="twitter:title" content="z0x" />
|
||||
<meta property="twitter:description" content="z0x" />
|
||||
|
||||
<meta name="darkreader-lock" />
|
||||
<script src="/src/js/index.ts"></script>
|
Loading…
Add table
Add a link
Reference in a new issue