tabby/app/index.pug

24 lines
624 B
Text
Raw Normal View History

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