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/projects.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/projects.html (limited to 'templates/projects.html') 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