summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/tools/wtstats/template/app/index.jade
blob: 6dde96766b0d007c125ddea282b856cd85496c8d (plain)
1
2
3
4
5
6
7
8
9
10
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")