From 0a9c6693255800c6c197a3dcf3614046c296e293 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sun, 9 May 2021 12:37:01 -0600 Subject: semiworking program, still very alpha --- e_src/templates/common/footer.html | 2 ++ e_src/templates/common/header.html | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 e_src/templates/common/footer.html create mode 100644 e_src/templates/common/header.html (limited to 'e_src/templates/common') diff --git a/e_src/templates/common/footer.html b/e_src/templates/common/footer.html new file mode 100644 index 0000000..308b1d0 --- /dev/null +++ b/e_src/templates/common/footer.html @@ -0,0 +1,2 @@ + + diff --git a/e_src/templates/common/header.html b/e_src/templates/common/header.html new file mode 100644 index 0000000..9c423df --- /dev/null +++ b/e_src/templates/common/header.html @@ -0,0 +1,8 @@ + + + + +$$TITLE +$$EXTRAHEAD + + -- cgit v1.2.3-54-g00ecf