From ce606d614e0476d93c91be40309b5b1c2bee3835 Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Fri, 14 Jan 2022 20:28:15 -0300 Subject: [PATCH] Improve templates --- index.html | 11 +++++++++++ templates/base.html | 1 + 2 files changed, 12 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..e25da1f --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + + Cabinet + + +

Cabinet file manager

+ Explore + + diff --git a/templates/base.html b/templates/base.html index 1589ae6..73b7559 100644 --- a/templates/base.html +++ b/templates/base.html @@ -6,6 +6,7 @@ ${title} + Back ${content}