view _includes/footer.html @ 80:05b2f0d66aa8 kai

Some website authoring. Should be completed right now.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Fri, 14 Oct 2016 03:15:09 +0200
parents 9ed0088bf27f
children ed7a53f68316
line wrap: on
line source

<footer>
Copyright © 1998-2016 John W. Eaton.
This work is licensed under a
<a rel="license" href="http://creativecommons.org/licenses/by-nd/4.0/">
  Creative Commons Attribution-NoDerivatives 4.0 International License
</a>.
</footer>

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