bluesky client without react native baggage written in sveltekit
at main 14 lines 346 B view raw
1<!doctype html> 2<html lang="en"> 3 <head> 4 <meta charset="utf-8" /> 5 <meta 6 name="viewport" 7 content="width=device-width, height=device-height, initial-scale=1, user-scalable=no" 8 /> 9 %sveltekit.head% 10 </head> 11 <body data-sveltekit-preload-data="hover"> 12 <div id="layout" style="display: contents">%sveltekit.body%</div> 13 </body> 14</html>