an appview-less Bluesky client using Constellation and PDS Queries
reddwarf.app
frontend
spa
bluesky
reddwarf
microcosm
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 <link rel="icon" href="/favicon.ico" />
7 <meta name="theme-color" content="#000000" />
8 <meta
9 name="description"
10 content="an appview-less Bluesky client using Constellation and PDS Queries"
11 />
12 <link rel="apple-touch-icon" href="/redstar.png" />
13 <link rel="manifest" href="/manifest.json" />
14 <link rel="stylesheet" href="/src/styles/app.css" />
15 <title>Red Dwarf</title>
16 </head>
17 <body>
18 <div id="app"></div>
19 <script type="module" src="/src/main.tsx"></script>
20 </body>
21</html>