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 name="viewport" content="width=device-width, initial-scale=1.0" /> 20 <title> 21 ATLast: Sync Your TikTok Follows → ATmosphere (Skylight, Bluesky, 22 etc.) 23 </title> 24 </head> 25 <body> 26 <div id="root"></div> 27 <script type="module" src="/src/main.tsx"></script> 28 </body> 29</html>