From 9bf32d1c5f522cdc205f1d9d9b98d92bd7b45011 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 1 Nov 2016 15:23:49 +0800 Subject: webui: Add header and footer templates --- fg21sim/webui/templates/footer.html | 13 +++++++++++++ fg21sim/webui/templates/header.html | 29 +++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 fg21sim/webui/templates/footer.html create mode 100644 fg21sim/webui/templates/header.html (limited to 'fg21sim/webui/templates') 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 + # MIT license + # + # Footer part + #} +
+
+

+ Copyright © 2016 Weitian LI. + Licensed under the MIT License. +

+
diff --git a/fg21sim/webui/templates/header.html b/fg21sim/webui/templates/header.html new file mode 100644 index 0000000..9702a02 --- /dev/null +++ b/fg21sim/webui/templates/header.html @@ -0,0 +1,29 @@ +{# + # Copyright (c) 2016 Weitian LI + # MIT license + # + # Header part + #} + -- cgit v1.2.2