aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/templates/footer.html
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-11-01 15:23:49 +0800
committerAaron LI <aaronly.me@outlook.com>2016-11-01 15:23:49 +0800
commit9bf32d1c5f522cdc205f1d9d9b98d92bd7b45011 (patch)
tree78f3ce84c8dca7cd1051cb96ef769a378365a31e /fg21sim/webui/templates/footer.html
parent7cc933a9c7eda28d3e45fd2e3a3b4c8926ffb679 (diff)
downloadfg21sim-9bf32d1c5f522cdc205f1d9d9b98d92bd7b45011.tar.bz2
webui: Add header and footer templates
Diffstat (limited to 'fg21sim/webui/templates/footer.html')
-rw-r--r--fg21sim/webui/templates/footer.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/fg21sim/webui/templates/footer.html b/fg21sim/webui/templates/footer.html
new file mode 100644
index 0000000..3ed98cf
--- /dev/null
+++ b/fg21sim/webui/templates/footer.html
@@ -0,0 +1,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>