From 890274a7b3ac70848ba9973ef33d53ed58ff88a8 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 23 Dec 2019 00:24:21 +0100 Subject: Add svelte frontend --- app/index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 app/index.html (limited to 'app/index.html') diff --git a/app/index.html b/app/index.html new file mode 100644 index 0000000..7dad472 --- /dev/null +++ b/app/index.html @@ -0,0 +1,16 @@ + + + + + + + + Forum. + + + + + + + + -- cgit