1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-18 07:31:33 +03:00
tabby/app/index.pug
Eugene Pankov c9ead5e93d .
2017-03-25 21:00:16 +01:00

13 lines
346 B
Plaintext

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