Oh come on...

Even though I’m dead, doesn’t mean I won’t stop working on Pretendo and fixing what I see...
This commit is contained in:
Pika 2018-04-14 21:01:50 -04:00 committed by GitHub
parent 0b5315df6d
commit 2155d355cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ func printTitle() {
fmt.Printf(" __/ | \n")
fmt.Printf(" |___/ \n")
fmt.Fprintf(colorizer, "%s╔════════════════════════════════════════════════════════════════════════════════════════╗\n", "\x1b[91m")
fmt.Fprintf(colorizer, "%s‖ %sPretendo %sServer Satus %s‖\n", "\x1b[91m", "\x1b[35m", "\x1b[96m", "\x1b[91m")
fmt.Fprintf(colorizer, "%s‖ %sPretendo %sServer Status %s‖\n", "\x1b[91m", "\x1b[35m", "\x1b[96m", "\x1b[91m")
fmt.Fprintf(colorizer, "%s‖ ‖\n", "\x1b[91m")
fmt.Fprintf(colorizer, "%s‖ %saccount.pretendo.cc %s- %sOnline √ %s‖\n", "\x1b[91m", "\x1b[35m", "\x1b[37m", "\x1b[32m", "\x1b[91m")
fmt.Fprintf(colorizer, "%s‖ %sendpoint1.pretendo.cc %s- %sOffline × %s‖\n", "\x1b[91m", "\x1b[35m", "\x1b[37m", "\x1b[91m", "\x1b[91m")
@ -61,4 +61,4 @@ func printTitle() {
func main() {
printTitle()
}
}