[READ-ONLY] Mirror of https://github.com/flo-bit/svelte-github-corner. flo-bit.dev/svelte-github-corner/
0

Configure Feed

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

svelte-github-corner / src / app.html
359 B 12 lines
1<!doctype html> 2<html lang="en"> 3 <head> 4 <meta charset="utf-8" /> 5 <link rel="icon" href="%sveltekit.assets%/favicon.png" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 7 %sveltekit.head% 8 </head> 9 <body data-sveltekit-preload-data="hover" class="bg-stone-100 dark:bg-stone-900"> 10 <div>%sveltekit.body%</div> 11 </body> 12</html>