view _includes/footer.html @ 59:9ed0088bf27f kai

Remove the fancy download stuff. Make plain static page.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 11 Oct 2016 16:00:52 +0200
parents 2e2e9feba1f3
children 05b2f0d66aa8
line wrap: on
line source

<footer>
Copyright © 1998-2016 John W. Eaton.
Verbatim copying and distribution is permitted in any medium,
provided this notice is preserved.
</footer>

<script>
function topnav() {
  var x = document.getElementById("myTopnav");
  if (x.className === "topnav") {
    x.className += " responsive";
  } else {
    x.className = "topnav";
  }
}
</script>