forked from
jollywhoppers.com/witchsky.app
Bluesky app fork with some witchin' additions 馃挮
1<!DOCTYPE html>
2<html lang="en">
3<head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <title>Bluesky Embed</title>
7 <link rel="preconnect" href="https://public.api.bsky.app">
8 <link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png">
9 <link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png">
10 <link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png">
11 <link rel="mask-icon" href="/static/safari-pinned-tab.svg" color="#1185fe">
12 <meta name="theme-color">
13 <meta name="application-name" content="Bluesky">
14 <meta name="generator" content="bskyweb">
15</head>
16<body>
17 <div id="app"></div>
18 <script type="module" src="/src/screens/post.tsx"></script>
19</body>
20</html>