mirror of
https://github.com/artiemis/artie.moe.git
synced 2026-02-14 09:01:55 +00:00
html update
This commit is contained in:
parent
bb51fb2b41
commit
7f9588c9f4
BIN
src/assets/sakura.png
Normal file
BIN
src/assets/sakura.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
@ -1,4 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
import sakura from "../assets/sakura.png"
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
title: string;
|
title: string;
|
||||||
}
|
}
|
||||||
@ -15,20 +17,17 @@ const { title } = Astro.props;
|
|||||||
<title>{title}</title>
|
<title>{title}</title>
|
||||||
<meta name="description" content="a self-taught code archwizard" />
|
<meta name="description" content="a self-taught code archwizard" />
|
||||||
<meta name="author" content="artie">
|
<meta name="author" content="artie">
|
||||||
<meta name="theme-color" content="#F472B6" />
|
<meta name="theme-color" content="#fe7d9d" />
|
||||||
|
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:site_name" content="artie.moe">
|
||||||
<meta property="og:title" content={title}>
|
<meta property="og:title" content={title}>
|
||||||
<meta property="og:description" content="a self-taught code archwizard">
|
<meta property="og:description" content="a self-taught code archwizard">
|
||||||
<meta property="og:url" content="https://arti3.dev/">
|
<meta property="og:url" content="https://artie.moe/">
|
||||||
<meta property="og:image" content="https://arti3.dev/android-chrome-192x192.png" />
|
<meta property="og:image" content={sakura} />
|
||||||
|
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
<link rel="icon" href={sakura} />
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
<link rel="apple-touch-icon" href={sakura} />
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
|
||||||
<link rel="manifest" href="/site.webmanifest" />
|
|
||||||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#f472b6" />
|
|
||||||
<meta name="msapplication-TileColor" content="#e2e2e2" />
|
|
||||||
|
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user