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

25 lines
637 B
Plaintext
Raw Normal View History

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