aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/templates/results.html
blob: 80e025ae85631eccc14bed2d048fb30302bc01e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{#
 # 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>