mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-17 23:06:04 +01:00
.
This commit is contained in:
@@ -3,7 +3,7 @@ html
|
||||
head
|
||||
base(href='/')
|
||||
meta(name='viewport', content='initial-scale=1, minimal-ui, shrink-to-fit=no')
|
||||
script(src='/build/index.js', defer)
|
||||
script(src='/static/index.js', defer)
|
||||
title Tabby
|
||||
body
|
||||
app
|
||||
|
||||
@@ -2,7 +2,7 @@ doctype html
|
||||
html.tabby
|
||||
head
|
||||
meta(charset='UTF-8')
|
||||
script(src='/build/terminal.js')
|
||||
script(src='/static/terminal.js')
|
||||
style#custom-css
|
||||
style.
|
||||
body { transition: 0.5s background; }
|
||||
|
||||
Reference in New Issue
Block a user