Attic is a cozy space with lofty ambitions.
attic.social
1<!DOCTYPE html>
2<html dir="ltr" lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1" />
6 <link rel="icon" sizes="32x32" href="/favicon.ico" />
7 <link rel="icon" type="image/svg+xml" href="/images/favicon.svg" />
8 <link rel="manifest" href="/manifest.webmanifest" />
9 <link rel="apple-touch-icon" href="/apple-touch-icon.png" />
10 %sveltekit.head%
11 </head>
12 <body data-sveltekit-preload-data="hover">
13 <attic-app>%sveltekit.body%</attic-app>
14 </body>
15</html>