1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-30 22:53:31 +03:00
tabby/app/index.pug
Eugene Pankov 739750e8f0 .
2017-03-24 22:24:12 +01:00

13 lines
328 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')
app-root