mirror of
https://github.com/Eugeny/tabby
synced 2024-11-14 17:07:15 +00:00
1e5cfd1d4b
New standard theme that follows your chosen terminal colors, Bootstrap 5 & Angular 15 upgrade
23 lines
624 B
Text
23 lines
624 B
Text
doctype html
|
||
html.tabby
|
||
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.
|
||
body { transition: 0.5s background; }
|
||
body
|
||
style#custom-css
|
||
root
|
||
app-root
|
||
.preload-logo
|
||
div
|
||
.tabby-logo
|
||
h1.tabby-title Tabby
|
||
sup α
|
||
.progress
|
||
.bar(style='width: 0%')
|