summaryrefslogtreecommitdiffstats
path: root/html/includes/footer.html
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-04-11 04:58:27 -0400
committerrsiddharth <s@ricketyspace.net>2019-04-11 04:58:27 -0400
commitf290573a8883ae4c040409f87cb26cb17c68dd80 (patch)
tree7e049ef3e3012c98d3ba59c67173aa02b24f67da /html/includes/footer.html
parentee9c7a52a9594cb1f5c323b6d9f2060b81e34e7e (diff)
html/index.html: Use SSI includes.
Diffstat (limited to 'html/includes/footer.html')
-rw-r--r--html/includes/footer.html14
1 files changed, 14 insertions, 0 deletions
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 @@
+<!-- start footer -->
+<footer class="footer">
+ <div class="content is-small">
+ <p>Copyright &copy; 2002-2019 Free Software Foundation of India.</p>
+
+ <p>Verbatim copying and distribution of this entire article is
+ permitted in any medium, provided this notice is preserved.</p>
+ </div>
+
+ <div class="footer-sister-orgs content is-small has-text-centered">
+ <p class="">FSF India has sister organizations in <a href="#">North America</a>, <a href="#">Europe</a>, and <a href="#">Latin America</a>.</p>
+ </div>
+</footer>
+<!-- end footer -->