mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-13 07:59:54 +00:00
18 lines
482 B
Plaintext
18 lines
482 B
Plaintext
doctype html
|
||
html.terminus
|
||
head
|
||
meta(charset='UTF-8')
|
||
script(src='/dist/terminal.js')
|
||
style#custom-css
|
||
style.
|
||
body { transition: 0.5s background; }
|
||
body
|
||
app-root(style='display: none')
|
||
.preload-logo
|
||
div
|
||
.terminus-logo
|
||
h1.terminus-title Terminus
|
||
sup α
|
||
.progress
|
||
.bar(style='width: 0%')
|