tabby/app/index.pug

13 lines
323 B
Text
Raw Normal View History

2016-12-23 09:06:53 +00: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-25 23:04:56 +00:00
body(style='background: ; min-height: 100vh')
2016-12-23 09:06:53 +00:00
app