Retro Bulletin Board Systems on atproto. Web app and TUI. lazy mirror of alyraffauf/atbbs atbbs.xyz
forums python tui atproto bbs
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

web: remove pwa signals

-3
-3
web/index.html
··· 7 7 <meta name="description" content="Bulletin boards on the Atmosphere." /> 8 8 <meta name="theme-color" content="#fafafa" media="(prefers-color-scheme: light)" /> 9 9 <meta name="theme-color" content="#0a0a0a" media="(prefers-color-scheme: dark)" /> 10 - <meta name="mobile-web-app-capable" content="yes" /> 11 - <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> 12 10 <link rel="icon" href="/favicon.svg" type="image/svg+xml" /> 13 - <link rel="manifest" href="/manifest.json" /> 14 11 <link rel="apple-touch-icon" href="/icon-192.png" /> 15 12 <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Geist+Mono:wght@400;700&display=swap" /> 16 13 </head>