Retro Bulletin Board Systems on atproto. Web app and TUI.
atbbs.xyz
python
tui
atproto
bbs
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" />
6 <title>atbbs</title>
7 <meta name="description" content="Bulletin boards on the Atmosphere." />
8 <meta name="theme-color" content="#0a0a0a" />
9 <meta name="apple-mobile-web-app-capable" content="yes" />
10 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
11 <link rel="icon" href="/favicon.svg" type="image/svg+xml" />
12 <link rel="manifest" href="/manifest.json" />
13 <link rel="apple-touch-icon" href="/icon-192.png" />
14 <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Geist+Mono:wght@400;700&display=swap" />
15 </head>
16 <body class="bg-neutral-950 text-neutral-400 text-sm min-h-screen antialiased flex flex-col" style="font-family: 'Geist Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;">
17 <div id="root"></div>
18 <script type="module" src="/src/main.tsx"></script>
19 </body>
20</html>