From 985763e3fcb6762fa76b81c059a97648905b3761 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 18 Jul 2020 21:54:58 +0200 Subject: Started fileview --- src/views/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/views/index.html (limited to 'src/views/index.html') diff --git a/src/views/index.html b/src/views/index.html new file mode 100644 index 0000000..ffeb948 --- /dev/null +++ b/src/views/index.html @@ -0,0 +1,11 @@ + + + + + + Index + + + <% if (path) { %> <%= path %>! <% } %> + + -- cgit v1.2.3