[READ-ONLY] Mirror of https://github.com/flo-bit/tiny-creature. three.js journey #16 - tamagotchi flo-bit.dev/tiny-creature/
0

Configure Feed

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

umami

Florian (Feb 5, 2025, 12:37 AM +0100) 1c66b318 e16185a8

+10
+10
src/app.html
··· 1 1 <!doctype html> 2 2 <html lang="en"> 3 3 <head> 4 + <!-- Umami Analytics --> 5 + <script 6 + is:inline 7 + defer 8 + src="https://umami-wispy-dream-8048.fly.dev/script.js" 9 + data-website-id="e6166872-1b90-4b72-8f63-683b95fc010f" 10 + data-domains="flo-bit.dev" 11 + ></script> 4 12 <meta charset="utf-8" /> 5 13 <meta name="viewport" content="width=device-width, initial-scale=1" /> 6 14 %sveltekit.head% 15 + 16 + <title>tiny creature</title> 7 17 </head> 8 18 <body data-sveltekit-preload-data="hover" class="bg-stone-950"> 9 19 <div style="display: contents">%sveltekit.body%</div>