From f290573a8883ae4c040409f87cb26cb17c68dd80 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 11 Apr 2019 04:58:27 -0400 Subject: html/index.html: Use SSI includes. --- html/includes/body-close.html | 1 + html/includes/body-open.html | 1 + html/includes/footer.html | 14 +++++++ html/includes/header-close.html | 1 + html/includes/header-open.html | 4 ++ html/includes/html-close.html | 1 + html/includes/html-open.html | 1 + html/includes/js.html | 3 ++ html/includes/navbar.html | 40 ++++++++++++++++++++ html/index.html | 82 +++++++---------------------------------- 10 files changed, 79 insertions(+), 69 deletions(-) create mode 100644 html/includes/body-close.html create mode 100644 html/includes/body-open.html create mode 100644 html/includes/footer.html create mode 100644 html/includes/header-close.html create mode 100644 html/includes/header-open.html create mode 100644 html/includes/html-close.html create mode 100644 html/includes/html-open.html create mode 100644 html/includes/js.html create mode 100644 html/includes/navbar.html (limited to 'html') diff --git a/html/includes/body-close.html b/html/includes/body-close.html new file mode 100644 index 0000000..a446d53 --- /dev/null +++ b/html/includes/body-close.html @@ -0,0 +1 @@ + diff --git a/html/includes/body-open.html b/html/includes/body-open.html new file mode 100644 index 0000000..335eec5 --- /dev/null +++ b/html/includes/body-open.html @@ -0,0 +1 @@ + diff --git a/html/includes/footer.html b/html/includes/footer.html new file mode 100644 index 0000000..f9c01ad --- /dev/null +++ b/html/includes/footer.html @@ -0,0 +1,14 @@ + + + diff --git a/html/includes/header-close.html b/html/includes/header-close.html new file mode 100644 index 0000000..fd78248 --- /dev/null +++ b/html/includes/header-close.html @@ -0,0 +1 @@ + diff --git a/html/includes/header-open.html b/html/includes/header-open.html new file mode 100644 index 0000000..81a687f --- /dev/null +++ b/html/includes/header-open.html @@ -0,0 +1,4 @@ + + + + diff --git a/html/includes/html-close.html b/html/includes/html-close.html new file mode 100644 index 0000000..5f85cab --- /dev/null +++ b/html/includes/html-close.html @@ -0,0 +1 @@ + diff --git a/html/includes/html-open.html b/html/includes/html-open.html new file mode 100644 index 0000000..0e76edd --- /dev/null +++ b/html/includes/html-open.html @@ -0,0 +1 @@ + diff --git a/html/includes/js.html b/html/includes/js.html new file mode 100644 index 0000000..3550433 --- /dev/null +++ b/html/includes/js.html @@ -0,0 +1,3 @@ + + + diff --git a/html/includes/navbar.html b/html/includes/navbar.html new file mode 100644 index 0000000..5bff7f4 --- /dev/null +++ b/html/includes/navbar.html @@ -0,0 +1,40 @@ + + + diff --git a/html/index.html b/html/index.html index 4b2ab14..6a01061 100644 --- a/html/index.html +++ b/html/index.html @@ -1,52 +1,12 @@ - - - - - Free Software Foundation India - - - - - - - + + + +Free Software Foundation India + + + + +
@@ -221,24 +181,8 @@
- - - - - - - - - + + + + -- cgit v1.2.3