1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-23 21:34:13 +03:00
tabby/app/index.pug

24 lines
624 B
Plaintext
Raw Normal View History

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