diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-11-01 21:45:21 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-11-01 21:45:21 +0800 |
commit | 0c0272d08d2aa141eb648ccc6d5fc9857a84972f (patch) | |
tree | a9bd2dc5f31a6ce7952fdff1a7fea80d85fa31b8 /fg21sim/webui/templates/results.html | |
parent | d090bc576b708068572adc3d9b483f9266c013ac (diff) | |
download | fg21sim-0c0272d08d2aa141eb648ccc6d5fc9857a84972f.tar.bz2 |
webui: Update index template; Add console and results templates
Diffstat (limited to 'fg21sim/webui/templates/results.html')
-rw-r--r-- | fg21sim/webui/templates/results.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/fg21sim/webui/templates/results.html b/fg21sim/webui/templates/results.html new file mode 100644 index 0000000..4935f28 --- /dev/null +++ b/fg21sim/webui/templates/results.html @@ -0,0 +1,12 @@ +{# + # Copyright (c) 2016 Weitian LI <liweitianux@live.com> + # MIT license + # + # Results part + #} +<section id="results"> + <h2>Results</h2> + <hr /> + + <p>Simulation results go here :)</p> +</section> |