From f02c4054984fb8c12bfa4af9560a5b2be38810c0 Mon Sep 17 00:00:00 2001 From: LarsVomMars Date: Thu, 30 Jul 2020 20:16:54 +0200 Subject: Added views and server setup --- src/views/index.ejs | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'src/views/index.ejs') diff --git a/src/views/index.ejs b/src/views/index.ejs index 0e3ab11..daca490 100644 --- a/src/views/index.ejs +++ b/src/views/index.ejs @@ -1,11 +1,13 @@ - - - - Index - - - <% if (files) { %> <%= files %>! <% } %> - + + + + Index + + +<% if (files) { %> + <%= files %> +<% } %> + -- cgit v1.2.3