webssh

Web based ssh client https://github.com/huashengdun/webssh webssh.huashengdun.org/
git clone http://git.hanabi.in/repos/webssh.git
Log | Files | Refs | README | LICENSE

commit 8d9eeb0bc1364565e72c849140398c1b2adc5843
parent 8901eb05805521cf86928b4abcb99f36d2813c1b
Author: Sheng <webmaster0115@gmail.com>
Date:   Thu, 23 Jan 2020 19:20:43 +0800

Updated index.html template

Diffstat:
Mwebssh/templates/index.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webssh/templates/index.html b/webssh/templates/index.html @@ -24,7 +24,7 @@ .btn-danger { margin-left: 5px; } - {% if font.url %} + {% if font.family %} @font-face { font-family: '{{ font.family }}'; src: url('{{ font.url }}');