You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
2.6 KiB
50 lines
2.6 KiB
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="utf-8" /> |
|
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
|
|
|
<!-- Favicon --> |
|
<link rel="icon" type="image/svg+xml" href="%sveltekit.assets%/favicon.svg" /> |
|
<link rel="apple-touch-icon" href="%sveltekit.assets%/favicon.svg" /> |
|
|
|
<!-- Primary Meta Tags --> |
|
<title>Aitherboard - Decentralized Messageboard on Nostr</title> |
|
<meta name="title" content="Aitherboard - Decentralized Messageboard on Nostr" /> |
|
<meta name="description" content="A decentralized messageboard built on the Nostr protocol. Create threads, comment, react, and zap in a censorship-resistant environment." /> |
|
<meta name="keywords" content="nostr, decentralized, messageboard, forum, social media, censorship resistant" /> |
|
<meta name="author" content="silberengel@gitcitadel.com" /> |
|
|
|
<!-- Open Graph / Facebook --> |
|
<meta property="og:type" content="website" /> |
|
<meta property="og:url" content="https://aitherboard.com/" /> |
|
<meta property="og:title" content="Aitherboard - Decentralized Messageboard on Nostr" /> |
|
<meta property="og:description" content="A decentralized messageboard built on the Nostr protocol. Create threads, comment, react, and zap in a censorship-resistant environment." /> |
|
<meta property="og:image" content="%sveltekit.assets%/aither.png" /> |
|
<meta property="og:image:width" content="1200" /> |
|
<meta property="og:image:height" content="630" /> |
|
<meta property="og:image:alt" content="Aitherboard - Decentralized Messageboard on Nostr" /> |
|
<meta property="og:site_name" content="Aitherboard" /> |
|
<meta property="og:locale" content="en_US" /> |
|
|
|
<!-- Twitter --> |
|
<meta name="twitter:card" content="summary_large_image" /> |
|
<meta name="twitter:url" content="https://aitherboard.com/" /> |
|
<meta name="twitter:title" content="Aitherboard - Decentralized Messageboard on Nostr" /> |
|
<meta name="twitter:description" content="A decentralized messageboard built on the Nostr protocol. Create threads, comment, react, and zap in a censorship-resistant environment." /> |
|
<meta name="twitter:image" content="%sveltekit.assets%/aither.png" /> |
|
<meta name="twitter:image:alt" content="Aitherboard - Decentralized Messageboard on Nostr" /> |
|
|
|
<!-- Additional Meta Tags --> |
|
<meta name="theme-color" content="#f1f5f9" /> |
|
<meta name="color-scheme" content="light dark" /> |
|
|
|
<!-- PWA Manifest --> |
|
<link rel="manifest" href="%sveltekit.assets%/manifest.json" /> |
|
|
|
%sveltekit.head% |
|
</head> |
|
<body data-sveltekit-preload-data="hover"> |
|
<div style="display: contents">%sveltekit.body%</div> |
|
</body> |
|
</html>
|
|
|