mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-18 23:36:05 +01:00
18 lines
469 B
Plaintext
18 lines
469 B
Plaintext
|
|
doctype html
|
|||
|
|
html
|
|||
|
|
head
|
|||
|
|
meta(charset='UTF-8')
|
|||
|
|
script(src='./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%')
|