view _includes/footer.html @ 46:171ca967fcc9 kai

Start new development branch closer to the current website, but more lightweigt for further maintanence.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 28 Sep 2016 02:08:11 +0200
parents 644dbdc82430
children 40cbddf42ce4
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 myFunction() {
  var x = document.getElementById("myTopnav");
  if (x.className === "topnav") {
    x.className += " responsive";
  } else {
    x.className = "topnav";
  }
}
</script>