page: common footer include
authorMischa POSLAWSKY <perl@shiar.org>
Fri, 7 Jun 2013 01:35:37 +0000 (03:35 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Fri, 7 Jun 2013 01:37:00 +0000 (03:37 +0200)
Generic end of HTML as used on all (SSI) pages:

<!--#include virtual="common.html" -->
contents
<!--#include virtual="footer.html" -->

The top part is site-specific but basically contains the opposite.

footer.html [new file with mode: 0644]

diff --git a/footer.html b/footer.html
new file mode 100644 (file)
index 0000000..7e5febc
--- /dev/null
@@ -0,0 +1,3 @@
+</div>
+<hr style="clear:both" />
+</body></html>