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