tabby/app/index.pug

13 lines
323 B
Text
Raw Normal View History

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