aboutsummaryrefslogtreecommitdiffstats
path: root/qtip/web/templates/bench/base.html
blob: f0d3610ef4a9082a662cf75eb7b6d88c6372e289 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html lang="en">
    <head>
        <title>QTIP Benchmarking Services</title>
    </head>
    <body>
        {% block content %}
        {% endblock %}
    </body>
</html>