summaryrefslogtreecommitdiffstats
path: root/qtip/web/templates/bench/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'qtip/web/templates/bench/base.html')
-rw-r--r--qtip/web/templates/bench/base.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/qtip/web/templates/bench/base.html b/qtip/web/templates/bench/base.html
new file mode 100644
index 00000000..f0d3610e
--- /dev/null
+++ b/qtip/web/templates/bench/base.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <title>QTIP Benchmarking Services</title>
+ </head>
+ <body>
+ {% block content %}
+ {% endblock %}
+ </body>
+</html> \ No newline at end of file