From f74650b0ae59a59a7b7c6d5beb984015680fbfb5 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 28 Jun 2022 22:57:30 +0200 Subject: Add skeleton --- src/app.html | 12 ++++++++++++ 1 file changed, 12 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..2f83674 --- /dev/null +++ b/src/app.html @@ -0,0 +1,12 @@ + + + + + + + %sveltekit.head% + + +
%sveltekit.body%
+ + -- cgit