summaryrefslogtreecommitdiffstats
path: root/docker/storperf-reporting/src/templates/header.html
blob: 06dee22e3a6c2317afc875c108935b54746d1698 (plain)
1
2
3
4
5
6
7
8
<div class="row" id="header">
    <div class="col-md-3">
        <img src="/reporting/images/OPNVF_ProjectIcons_2400x2400_Storperf.png" alt="logo" height="100px" width="100px">
    </div>
    <div class="col-md-9 center" style="padding-top: 20px;">
        <h3>StorPerf Test Result Graphing Page</h3>
    </div>
</div>