[READ-ONLY] Mirror of https://github.com/flo-bit/skywatched. review movies and tv shows, based on at proto skywatched.app
0

Configure Feed

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

skywatched / src / app.html
612 B 21 lines
1<!doctype html> 2<html lang="en" class="dark h-full"> 3 <head> 4 <meta charset="utf-8" /> 5 <link rel="icon" href="%sveltekit.assets%/favicon.svg" /> 6 <title>skywatched</title> 7 8 <meta name="viewport" content="width=device-width, initial-scale=1" /> 9 %sveltekit.head% 10 11 <script 12 defer 13 src="https://umami-wispy-dream-8048.fly.dev/script.js" 14 data-website-id="a372b43f-99c8-4f8e-a1bf-0ea1f726df8a" 15 data-domains="skywatched.app" 16 ></script> 17 </head> 18 <body data-sveltekit-preload-data="hover" class="h-full bg-black text-white"> 19 <div style="display: contents">%sveltekit.body%</div> 20 </body> 21</html>