From 40fbae0793f88eaf58b1c03f853be2410ac5697d Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 17 May 2021 20:53:18 -0400 Subject: Added files --- _includes/head.html | 5 +++++ _includes/navbar.html | 26 ++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 _includes/head.html create mode 100644 _includes/navbar.html (limited to '_includes') diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..24bd9a0 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,5 @@ + + + \ No newline at end of file diff --git a/_includes/navbar.html b/_includes/navbar.html new file mode 100644 index 0000000..096e12f --- /dev/null +++ b/_includes/navbar.html @@ -0,0 +1,26 @@ + \ No newline at end of file -- cgit v1.2.3