aboutsummaryrefslogtreecommitdiff
path: root/templates/html_footer.html
blob: 58fbd31cf1be229a61ceecfb8ae2b072278e7e19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<footer>
  <div id="footer">
    <div class="colleft">
      <p>&copy; 2014-2019 Kenny Ballou.
        <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Some rights
          reserved.</a></p>
    </div>
    <div class="colright">
      <p>Powered by <a href="https://gnu.org">GNU/Linux</a></p>
    </div>
  </div>
</footer>
</body>
</html>