From 826c7c47785ee01d2b9267919132ada696425344 Mon Sep 17 00:00:00 2001 From: Melonai Date: Wed, 20 Jan 2021 23:18:09 +0100 Subject: Remade the client in SvelteKit --- client/src/app.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 client/src/app.html (limited to 'client/src/app.html') diff --git a/client/src/app.html b/client/src/app.html new file mode 100644 index 0000000..fe758f5 --- /dev/null +++ b/client/src/app.html @@ -0,0 +1,19 @@ + + + + + sho.rest + + + + + + %svelte.head% + + + %svelte.body% + + -- cgit 1.4.1