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/results.html | |
parent | 781b7292a9e2dd1fdeadc53b928441efbe5bac28 (diff) | |
download | fg21sim-49ecc0032f7d5afaec79ea931e624d2bdcd832db.tar.bz2 |
webui: Rename "Results" to "Products"
Diffstat (limited to 'fg21sim/webui/templates/results.html')
-rw-r--r-- | fg21sim/webui/templates/results.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/fg21sim/webui/templates/results.html b/fg21sim/webui/templates/results.html deleted file mode 100644 index 80e025a..0000000 --- a/fg21sim/webui/templates/results.html +++ /dev/null @@ -1,13 +0,0 @@ -{# - # Copyright (c) 2016 Weitian LI <liweitianux@live.com> - # MIT license - # - # Results part - #} -<section id="results"> - <h2><span class="fa fa-files-o" aria-hidden="true"></span> Results</h2> - <hr /> - - <p>Simulation results go here :)</p> - <p>TODO :(</p> -</section> |