diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-11-19 12:15:40 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-11-19 12:15:40 +0800 |
commit | 49ecc0032f7d5afaec79ea931e624d2bdcd832db (patch) | |
tree | e1ead477deee8dd04af6f12d592f30b72d32a854 /fg21sim/webui/templates/products.html | |
parent | 781b7292a9e2dd1fdeadc53b928441efbe5bac28 (diff) | |
download | fg21sim-49ecc0032f7d5afaec79ea931e624d2bdcd832db.tar.bz2 |
webui: Rename "Results" to "Products"
Diffstat (limited to 'fg21sim/webui/templates/products.html')
-rw-r--r-- | fg21sim/webui/templates/products.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/fg21sim/webui/templates/products.html b/fg21sim/webui/templates/products.html new file mode 100644 index 0000000..18f245c --- /dev/null +++ b/fg21sim/webui/templates/products.html @@ -0,0 +1,13 @@ +{# + # Copyright (c) 2016 Weitian LI <liweitianux@live.com> + # MIT license + # + # Products part + #} +<section id="products"> + <h2><span class="fa fa-files-o" aria-hidden="true"></span> Products</h2> + <hr /> + + <p>Simulation products go here :)</p> + <p>TODO :(</p> +</section> |