view _includes/footer.html @ 82:bc79072a8169 kai

Update README with suggestion for future deployment.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 17 Oct 2016 18:34:14 +0200
parents 05b2f0d66aa8
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>