2016-12-23 17:06:53 +08:00
|
|
|
|
doctype html
|
2021-06-30 05:57:04 +08:00
|
|
|
|
html.tabby
|
2016-12-23 17:06:53 +08:00
|
|
|
|
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)
|
2018-08-07 14:51:19 +08:00
|
|
|
|
style.
|
|
|
|
|
body { transition: 0.5s background; }
|
2018-08-10 17:01:13 +08:00
|
|
|
|
body
|
2020-03-11 21:30:01 +08:00
|
|
|
|
style#custom-css
|
2017-03-25 05:24:12 +08:00
|
|
|
|
app-root
|
2017-04-24 06:34:07 +08:00
|
|
|
|
.preload-logo
|
|
|
|
|
div
|
2021-06-30 05:57:04 +08:00
|
|
|
|
.tabby-logo
|
|
|
|
|
h1.tabby-title Tabby
|
2020-03-11 21:30:01 +08:00
|
|
|
|
sup α
|
2017-04-24 06:34:07 +08:00
|
|
|
|
.progress
|
2017-04-29 04:40:58 +08:00
|
|
|
|
.bar(style='width: 0%')
|