1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-25 19:42:42 +03:00
tabby/app/index.pug

13 lines
346 B
Plaintext
Raw Normal View History

2016-12-23 12:06:53 +03:00
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)
2017-03-25 23:00:16 +03:00
body(style='background: ; min-height: 100vh; overflow: hidden')
2017-03-25 00:24:12 +03:00
app-root