Skip to content

Commit

Permalink
add thumbnail tags
Browse files Browse the repository at this point in the history
  • Loading branch information
agnaite committed Oct 26, 2023
1 parent 73f5e9c commit 09fee89
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🪩</text></svg>">
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width, minimum-scale=1.0">

<meta property='og:title' content='untz.club'/>
<meta property='og:image' content='./img/thumbnail.png'/>
<meta property='og:description' content='listen to untzes 🪩'/>
<meta property='og:url' content='https://untz.club'/>
<meta property='og:image:width' content='1200'/>
<meta property='og:image:height' content='627'/>
<meta property='og:type' content='website'/>
</head>

<body>
Expand Down

0 comments on commit 09fee89

Please sign in to comment.