From 6a31a30b98f7febe9ac0db74211ef074aefc7ad3 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 11 Jun 2022 18:15:38 +0200 Subject: feat: Add project tab --- templates/header.html | 1 + templates/projects.html | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 templates/projects.html (limited to 'templates') diff --git a/templates/header.html b/templates/header.html index c830273..b81a09e 100644 --- a/templates/header.html +++ b/templates/header.html @@ -5,6 +5,7 @@ diff --git a/templates/projects.html b/templates/projects.html new file mode 100644 index 0000000..9aff1a6 --- /dev/null +++ b/templates/projects.html @@ -0,0 +1,12 @@ + + + + <% include!("head.html"); %> + + +
+ <% include!("header.html"); %> + <%- content %> +
+ + -- cgit v1.2.3