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