add pause functionality and updating favicon

This commit is contained in:
Henry Dollman
2024-07-12 22:24:28 -04:00
parent aacaf2f04f
commit 05f5c94764
8 changed files with 133 additions and 121 deletions

View File

@@ -5,7 +5,7 @@ import (
)
type Server struct {
Ip string
Host string
Port string
Client *ssh.Client
}