1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-23 13:13:49 +03:00
tabby/app/index.pug

13 lines
323 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)
2016-12-26 02:04:56 +03:00
body(style='background: ; min-height: 100vh')
2016-12-23 12:06:53 +03:00
app