Add opengraph tags to index.html
This commit is contained in:
parent
e01f7c533e
commit
01d6f94633
1 changed files with 15 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
<3
|
<3
|
||||||
-->
|
-->
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en" prefix="og: https://ogp.me/ns#">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
|
||||||
|
@ -14,6 +14,20 @@
|
||||||
<link rel="stylesheet" href="/css/styles.css" />
|
<link rel="stylesheet" href="/css/styles.css" />
|
||||||
|
|
||||||
<link rel="stylesheet" href="/inter/inter.css" />
|
<link rel="stylesheet" href="/inter/inter.css" />
|
||||||
|
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:url" content="https://char.lt" />
|
||||||
|
<meta property="og:title" content="charlotte ✨" />
|
||||||
|
<meta
|
||||||
|
property="og:description"
|
||||||
|
content="charlotte athena som — trans lesbian catgirl bunnygirl enby communist software dev"
|
||||||
|
/>
|
||||||
|
<meta property="og:image" content="https://char.lt/pfp.jpg" />
|
||||||
|
<meta property="og:image:type" content="image/jpeg" />
|
||||||
|
<meta property="og:image:alt" content="charlotte's profile picture" />
|
||||||
|
<meta property="og:image:width" content="1844" />
|
||||||
|
<meta property="og:image:height" content="1801" />
|
||||||
|
<meta property="og:site_name" content="char.lt" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in a new issue