tabby/app/index.pug
Eugene Pankov c9ead5e93d .
2017-03-25 21:00:16 +01:00

12 lines
346 B
Text

doctype html
html
head
meta(charset='UTF-8')
base(href='index.html')
script.
console.timeStamp('index')
window.nodeRequire = require
script(src='./preload.js')
script(src='./bundle.js', defer)
body(style='background: ; min-height: 100vh; overflow: hidden')
app-root