the only good website on the internet quaso.engineering
at main 718 B view raw
1<!doctype html> 2<html lang="en"> 3 <head> 4 <meta charset="utf-8" /> 5 <meta name="viewport" content="width=device-width,initial-scale=1.0" /> 6 <meta name="theme-color" content="#191919" /> 7 8 <meta property="og:site_name" content="justin.duch.me" /> 9 <meta property="og:local" content="en_GB" /> 10 11 %sveltekit.head% 12 13 <link href="/favicon.ico" rel="icon" type="image/icon" /> 14 15 <link href="https://github.com/beanpuppy" rel="me" /> 16 <link href="mailto:justin@duch.me" rel="me" /> 17 <link href="/publickey.justin@duch.me.txt" rel="pgpkey authn" /> 18 <link href="https://eldritch.cafe/@beanpup_py" rel="me" /> 19 </head> 20 21 <body> 22 <div id="svelte">%sveltekit.body%</div> 23 </body> 24</html>