Unfollow tool for Bluesky
1<!DOCTYPE html> 2<html lang="en"> 3 4<head> 5 <meta charset="utf-8" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 7 <meta name="theme-color" content="#000000" /> 8 <link rel="shortcut icon" type="image/ico" href="/src/assets/favicon.ico" /> 9 <title>cleanfollow-bsky</title> 10</head> 11 12<body> 13 <noscript>You need to enable JavaScript to run this app.</noscript> 14 <div id="root"></div> 15 16 <script src="/src/index.tsx" type="module"></script> 17</body> 18 19</html>