tabby/app/index.pug

13 lines
328 B
Plaintext
Raw Normal View History

2016-12-23 17:06:53 +08: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 07:04:56 +08:00
body(style='background: ; min-height: 100vh')
2017-03-25 05:24:12 +08:00
app-root