An HTML-only Bluesky frontend

Merge branch 'main' of github.com:jordanreger/htmlsky

+1
+1
main.ts
··· 18 18 19 19 const actor = new Actor(actorName); 20 20 21 + await actor.generateActor(); 21 22 return new Response(actor.showPage(), headers); 22 23 } 23 24