campfire/src/app.html

31 lines
1.3 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/png" href="/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
2024-06-30 00:05:35 +01:00
2024-06-30 17:37:19 +01:00
<title>Campfire</title>
2024-06-30 00:05:35 +01:00
<meta name="description" content="Social media for the galaxy-wide-web!">
2024-06-30 17:37:19 +01:00
<meta property="og:url" content="https://campfire.bliss.town">
2024-06-30 00:05:35 +01:00
<meta property="og:type" content="website">
2024-06-30 17:37:19 +01:00
<meta property="og:title" content="Campfire">
2024-06-30 00:05:35 +01:00
<meta property="og:description" content="Social media for the galaxy-wide-web!">
2024-06-30 17:37:19 +01:00
<meta property="og:image" content="https://campfire.bliss.town/favicon.png">
2024-06-30 00:05:35 +01:00
<meta name="twitter:card" content="summary_large_image">
2024-06-30 17:37:19 +01:00
<meta property="twitter:domain" content="campfire.bliss.town">
<meta property="twitter:url" content="https://campfire.bliss.town">
<meta name="twitter:title" content="Campfire">
2024-06-30 00:05:35 +01:00
<meta name="twitter:description" content="Social media for the galaxy-wide-web!">
2024-06-30 17:37:19 +01:00
<meta name="twitter:image" content="https://campfire.bliss.town/favicon.png">
2024-06-30 00:05:35 +01:00
2024-06-29 10:46:27 +01:00
%sveltekit.head%
</head>
2024-06-29 10:46:27 +01:00
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
<noscript>you need to enable javascript to use this app! :(</noscript>
</body>
</html>