ATlast — you'll never need to find your favorites on another platform again. Find your favs in the ATmosphere.
atproto
1<!doctype html>
2<html lang="en">
3 <head>
4 <meta charset="UTF-8" />
5 <link rel="manifest" href="/site.webmanifest" />
6 <link
7 rel="apple-touch-icon"
8 sizes="180x180"
9 href="/apple-touch-icon.png"
10 />
11 <link
12 rel="icon"
13 type="image/x-icon"
14 sizes="32x32"
15 href="/favicon.ico"
16 />
17 <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
18
19 <meta
20 name="viewport"
21 content="width=device-width, initial-scale=1.0, viewport-fit=cover"
22 />
23 <meta name="apple-mobile-web-app-capable" content="yes" />
24 <meta
25 name="apple-mobile-web-app-status-bar-style"
26 content="black-translucent"
27 />
28 <title>ATLast: Find Your People in the ATmosphere</title>
29 </head>
30 <body>
31 <div id="root"></div>
32 <script type="module" src="/src/main.tsx"></script>
33 </body>
34</html>