Files
tabby-web/src/terminal.pug

18 lines
472 B
Plaintext
Raw Normal View History

2021-05-22 15:52:23 +02:00
doctype html
2021-07-06 23:45:52 +02:00
html.tabby
2021-05-22 15:52:23 +02:00
head
meta(charset='UTF-8')
2021-07-07 01:34:44 +02:00
script(src='/static/terminal.js')
2021-05-22 15:52:23 +02:00
style#custom-css
style.
body { transition: 0.5s background; }
body
app-root(style='display: none')
.preload-logo
div
2021-07-06 23:45:52 +02:00
.tabby-logo
h1.tabby-title Tabby
2021-05-22 15:52:23 +02:00
sup α
.progress
.bar(style='width: 0%')