From 78390abd6792c9f580876678c8709d6753e4572a Mon Sep 17 00:00:00 2001 From: jrtechs Date: Sat, 20 Jan 2018 20:50:59 -0500 Subject: [PATCH] Created basic template to use for a blog's header and footer files. --- includes/footer.html | 25 +++++++++++++++++++++++++ includes/header.html | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 includes/footer.html create mode 100644 includes/header.html diff --git a/includes/footer.html b/includes/footer.html new file mode 100644 index 0000000..02f25f5 --- /dev/null +++ b/includes/footer.html @@ -0,0 +1,25 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/includes/header.html b/includes/header.html new file mode 100644 index 0000000..d0dd411 --- /dev/null +++ b/includes/header.html @@ -0,0 +1,32 @@ + + + + +Blog Template + + + + + + + + + + + + + +
+ +
+ + +
\ No newline at end of file