WIP push-to-talk Letta chat frontend
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 <title>miwiwi</title>
8 %sveltekit.head%
9 </head>
10 <body
11 data-sveltekit-preload-data="hover"
12 class="text-rose-pine-text h-screen"
13 >
14 <div style="display: contents">
15 %sveltekit.body%
16 </div>
17 </body>
18</html>