add opengraph tags

This commit is contained in:
hzrd149
2023-04-11 16:38:07 -05:00
parent 2d0a8a40c4
commit 66ff04254b

View File

@@ -6,10 +6,19 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" />
<link rel="stylesheet" href="./src/styles.css" />
<title>noStrudel</title>
<meta name="description" content="A simple web based nostr client i built myself." />
<meta name="description" content="A simple web based nostr client i built myself" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<meta name="theme-color" content="#8DB600" />
<meta property="og:url" content="https://nostrudel.ninja" />
<meta property="og:type" content="website" />
<meta property="og:title" content="noStrudel" />
<meta property="og:description" content="A simple web based nostr client i built myself" />
<meta
property="og:image"
content="https://repository-images.githubusercontent.com/581644549/d5eec580-ba3d-41e8-87db-58c313bf3f45"
/>
</head>
<body>
<div id="root"></div>