aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/templates/footer.html
blob: 3ed98cf8f451b23d08e199bd0c32a4f245334216 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{#
 # Copyright (c) 2016 Weitian LI <liweitianux@live.com>
 # MIT license
 #
 # Footer part
 #}
<section class="container">
  <hr class="hr-thick" />
  <p>
    <span class="copyright">Copyright &copy; 2016 <a href="mailto:liweitianux@live.com" title="Weitian LI">Weitian LI</a>.</span>
    <span class="license">Licensed under the <a href="https://opensource.org/licenses/mit-license.php" target="_blank" title="MIT License">MIT License</a>.</span>
  </p>
</section>