From 48a499c2c1b999008c5a0d1f8931141b07225c4b Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 16 May 2019 18:42:56 -0400 Subject: html -> static, img -> static/assets/img --- static/includes/body-close.html | 1 + static/includes/body-open.html | 1 + static/includes/footer.html | 14 ++++++++++++++ static/includes/header-close.html | 1 + static/includes/header-open.html | 4 ++++ static/includes/html-close.html | 1 + static/includes/html-open.html | 2 ++ static/includes/js.html | 3 +++ static/includes/navbar.html | 34 ++++++++++++++++++++++++++++++++++ 9 files changed, 61 insertions(+) create mode 100644 static/includes/body-close.html create mode 100644 static/includes/body-open.html create mode 100644 static/includes/footer.html create mode 100644 static/includes/header-close.html create mode 100644 static/includes/header-open.html create mode 100644 static/includes/html-close.html create mode 100644 static/includes/html-open.html create mode 100644 static/includes/js.html create mode 100644 static/includes/navbar.html (limited to 'static/includes') diff --git a/static/includes/body-close.html b/static/includes/body-close.html new file mode 100644 index 0000000..a446d53 --- /dev/null +++ b/static/includes/body-close.html @@ -0,0 +1 @@ + diff --git a/static/includes/body-open.html b/static/includes/body-open.html new file mode 100644 index 0000000..335eec5 --- /dev/null +++ b/static/includes/body-open.html @@ -0,0 +1 @@ + diff --git a/static/includes/footer.html b/static/includes/footer.html new file mode 100644 index 0000000..f9c01ad --- /dev/null +++ b/static/includes/footer.html @@ -0,0 +1,14 @@ + + + diff --git a/static/includes/header-close.html b/static/includes/header-close.html new file mode 100644 index 0000000..fd78248 --- /dev/null +++ b/static/includes/header-close.html @@ -0,0 +1 @@ + diff --git a/static/includes/header-open.html b/static/includes/header-open.html new file mode 100644 index 0000000..067edce --- /dev/null +++ b/static/includes/header-open.html @@ -0,0 +1,4 @@ + + + + diff --git a/static/includes/html-close.html b/static/includes/html-close.html new file mode 100644 index 0000000..5f85cab --- /dev/null +++ b/static/includes/html-close.html @@ -0,0 +1 @@ + diff --git a/static/includes/html-open.html b/static/includes/html-open.html new file mode 100644 index 0000000..ce8fe85 --- /dev/null +++ b/static/includes/html-open.html @@ -0,0 +1,2 @@ + + diff --git a/static/includes/js.html b/static/includes/js.html new file mode 100644 index 0000000..2cbc2e7 --- /dev/null +++ b/static/includes/js.html @@ -0,0 +1,3 @@ + + + diff --git a/static/includes/navbar.html b/static/includes/navbar.html new file mode 100644 index 0000000..7bd7102 --- /dev/null +++ b/static/includes/navbar.html @@ -0,0 +1,34 @@ + + + -- cgit v1.2.3