an appview-less Bluesky client using Constellation and PDS Queries reddwarf.app
frontend spa bluesky reddwarf microcosm
at main 620 B view raw
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="#180001" /> 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 <title>Red Dwarf</title> 15 </head> 16 <body> 17 <div id="app"></div> 18 <script type="module" src="/src/main.tsx"></script> 19 </body> 20</html>