Something went wrong. Try again.
A Bsky-like frontend using the atprotocol natively.
Something went wrong. Try again.
12345678910111213141516<!doctype html><html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>foxsky</title> <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> <link rel="apple-touch-icon" href="/favicon.svg" /> <meta name="theme-color" content="#ffffff" /> </head> <body> <div id="root"></div> <script type="module" src="/src/main.tsx"></script> </body></html>