my website at ewancroft.uk
6
fork

Configure Feed

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

at c20abd1946d67e8d26a37b431b02b4ba7fa777b4 18 lines 625 B view raw
1<!doctype html> 2<html lang="en"> 3 <head> 4 <link rel="stylesheet" href="/src/app.css" /> 5 <link rel="preconnect" href="https://fonts.googleapis.com" /> 6 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> 7 <link 8 href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" 9 rel="stylesheet" 10 /> 11 <meta charset="utf-8" /> 12 <meta name="viewport" content="width=device-width, initial-scale=1" /> 13 %sveltekit.head% 14 </head> 15 <body data-sveltekit-preload-data="hover"> 16 <div style="display: contents">%sveltekit.body%</div> 17 </body> 18</html>