From bd8e98d7e24c4dbaee7db6ec7955f7c2f6d396a6 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 9 Mar 2021 22:43:12 +0100 Subject: Update to SvelteKit --- src/app.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/app.html (limited to 'src/app.html') diff --git a/src/app.html b/src/app.html new file mode 100644 index 0000000..26d754f --- /dev/null +++ b/src/app.html @@ -0,0 +1,23 @@ + + + + + + + + + + Forum. + + + + %svelte.head% + + +
%svelte.body%
+ + + -- cgit