[READ-ONLY] Mirror of https://github.com/flo-bit/bluesky-wordcloud. showing a wordcloud of all english bluesky posts in the last 10 seconds flo-bit.dev/bluesky-visualizers/wordcloud
0

Configure Feed

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

bluesky-wordcloud / src / app.html
565 B 20 lines
1<!doctype html> 2<html lang="en"> 3 4 <head> 5 <meta charset="utf-8" /> 6 <link rel="icon" href="%sveltekit.assets%/favicon.png" /> 7 <meta name="viewport" content="width=device-width, initial-scale=1" /> 8 %sveltekit.head% 9 10 <title>bluesky wordcloud</title> 11 12 <link 13 rel="icon" 14 href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🦋</text></svg>" 15 /> 16 </head> 17 <body data-sveltekit-preload-data="hover"> 18 <div style="display: contents">%sveltekit.body%</div> 19 </body> 20</html>