aboutsummaryrefslogtreecommitdiff
path: root/templates/html_footer.html
blob: 9a994673a6ac7cd61d2f3ab8c84b697370f7a6c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<footer>
  <div id="footer">
    <div class="colleft">
      <p>&copy; 2015-2018 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>