view _includes/footer.html @ 83:ed7a53f68316 kai

Add link to website repository.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 17 Oct 2016 18:34:45 +0200
parents 05b2f0d66aa8
children fbd5bca94df2
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>.
Get the <a href="http://hg.octave.org/web-octave/file/tip">page sources</a>.
</footer>

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