From 61a68559c3131f8291cb117ad90b37bfebcc7aba Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Thu, 5 Jan 2017 01:00:51 +0100 Subject: initial commit --- _includes/footer.html | 2 ++ _includes/head.html | 7 +++++++ _includes/header.html | 5 +++++ 3 files changed, 14 insertions(+) create mode 100644 _includes/footer.html create mode 100644 _includes/head.html create mode 100644 _includes/header.html (limited to '_includes') diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..f893ae1 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,2 @@ + \ No newline at end of file diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..596185a --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,7 @@ + + + Noah Loomans + + + + \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html new file mode 100644 index 0000000..59076e2 --- /dev/null +++ b/_includes/header.html @@ -0,0 +1,5 @@ +
+ + + +
\ No newline at end of file -- cgit v1.1