Compare commits

...

2 Commits

Author SHA1 Message Date
Anna 1402b33e4f
feat: meta tags 2022-08-29 06:00:25 -04:00
Anna dff13c2576
chore: change title 2022-08-29 05:53:04 -04:00
2 changed files with 20 additions and 1 deletions

BIN
img/og_image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 KiB

View File

@ -3,7 +3,26 @@
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Anna</title>
<!-- metatags.io stuff -->
<meta name="title" content="I'm Anna"/>
<meta name="description" content="I make things on the internet. You're using the internet. Did you post this somewhere with rich link previews? That's pretty neat. How are you?"/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://anna.lgbt/"/>
<meta property="og:title" content="I'm Anna"/>
<meta property="og:description" content="I make things on the internet. You're using the internet. Did you post this somewhere with rich link previews? That's pretty neat. How are you?"/>
<meta property="og:image" content="https://anna.lgbt/img/og_image.png"/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image"/>
<meta property="twitter:url" content="https://anna.lgbt/"/>
<meta property="twitter:title" content="I'm Anna"/>
<meta property="twitter:description" content="I make things on the internet. You're using the internet. Did you post this somewhere with rich link previews? That's pretty neat. How are you?"/>
<meta property="twitter:image" content="https://anna.lgbt/img/og_image.png"/>
<title>I'm Anna</title>
<link rel="stylesheet" href="/css/pico.min.css"/>
<link rel="stylesheet" href="/css/index.css"/>
<script defer src="/js/index.js"></script>