serve a static website from your pds
at main 376 B view raw
1<!doctype html> 2<html lang="en"> 3 <head> 4 <script> 5 if (localStorage.theme) document.documentElement.dataset.theme; 6 </script> 7 <meta charset="utf-8" /> 8 <meta name="viewport" content="width=device-width, initial-scale=1" /> 9 %sveltekit.head% 10 </head> 11 <body data-sveltekit-preload-data="hover"> 12 <div style="display: contents">%sveltekit.body%</div> 13 </body> 14</html>