diff --git a/outyet.go b/outyet.go index 57318ac..065a3ba 100644 --- a/outyet.go +++ b/outyet.go @@ -151,10 +151,9 @@ func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) { // tmpl is the HTML template that drives the user interface. var tmpl = template.Must(template.New("tmpl").Parse(`
-

Playing with Kubernetes & Katacoda!

-

Your server IP: {{.Version}}

-

This is a fresh new version!!!

-

Rolling version [1.1-k8s}

- Kubernetes & Katacoda +

Playing with Kubernetes & Katacoda!

+

Your server IP: {{.Version}}

+

Rolling version [1.2-k8s}

+Kubernetes & Katacoda
`))