make status api faster, fix donate, add services

This commit is contained in:
2023-01-02 21:12:06 +02:00
parent d768ad1704
commit 76435cc3d2
14 changed files with 97 additions and 41 deletions

View File

@@ -12,7 +12,7 @@
/>
%sveltekit.head%
</head>
<body>
%sveltekit.body%
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>