diff options
Diffstat (limited to 'templates/projects.html')
-rw-r--r-- | templates/projects.html | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ +<!DOCTYPE html> +<html data-theme="light" lang="en"> + <head> + <% include!("head.html"); %> + </head> + <body> + <div class="layout"> + <% include!("header.html"); %> + <%- content %> + </div> + </body> +</html> |