mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-11 18:15:43 +03:00
25 lines
637 B
Plaintext
25 lines
637 B
Plaintext
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)
|
||
style#custom-css
|
||
style.
|
||
body { transition: 0.5s background; }
|
||
body
|
||
app-root
|
||
.preload-logo
|
||
div
|
||
.terminus-logo
|
||
h1.terminus-title Terminus
|
||
sup α
|
||
.progress
|
||
.bar(style='width: 0%')
|
||
|
||
|