This commit is contained in:
Eugene Pankov
2021-07-07 01:34:44 +02:00
parent 6640c54437
commit 879af5ef3e
4 changed files with 5 additions and 4 deletions

View File

@@ -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

View File

@@ -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; }