summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/tools/wtstats/template/app/index.jade
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/tools/wtstats/template/app/index.jade')
-rw-r--r--src/third_party/wiredtiger/tools/wtstats/template/app/index.jade11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/tools/wtstats/template/app/index.jade b/src/third_party/wiredtiger/tools/wtstats/template/app/index.jade
new file mode 100644
index 00000000000..6dde96766b0
--- /dev/null
+++ b/src/third_party/wiredtiger/tools/wtstats/template/app/index.jade
@@ -0,0 +1,11 @@
+doctype html
+meta(charset='utf-8')
+html(lang='en')
+ head
+ title WTstats
+ meta(name='viewport', content='initial-scale=1')
+ link(rel='stylesheet', href='css/index.css')
+ body
+ #app
+
+ script(src="index.js")