tabby/app/index.pug

23 lines
631 B
Plaintext
Raw Permalink 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)
2017-06-21 04:11:08 +08:00
style#custom-css
2017-03-26 04:00:16 +08:00
body(style='background: ; min-height: 100vh; overflow: hidden')
2017-03-25 05:24:12 +08:00
app-root
2017-04-24 06:34:07 +08:00
.preload-logo
div
2017-08-04 19:17:50 +08:00
.terminus-logo
2017-04-24 06:34:07 +08:00
h1.terminus-title Terminus
2017-08-04 19:17:50 +08:00
sup α
2017-04-24 06:34:07 +08:00
.progress
2017-04-29 04:40:58 +08:00
.bar(style='width: 0%')
2017-04-24 06:34:07 +08:00