Skip to content

Commit

Permalink
Updating version number
Browse files Browse the repository at this point in the history
Updating version number
  • Loading branch information
twogg-git authored Apr 3, 2018
1 parent 9cd8304 commit e69bf71
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions outyet.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,10 @@ 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(`
<!DOCTYPE html><html><body><center>
<h1 style="color:blue">Playing with Kubernetes & Katacoda!</h1>
<h2 style="color:green">Your server IP: {{.Version}}</h2>
<h3 style="color:green">Rolling version [1.0-k8s}</h3>
<h1 style="color:grey">Playing with Kubernetes & Katacoda!</h1>
<h2 style="color:blue">Your server IP: {{.Version}}</h2>
<h3 style="color:blue">This is a fresh new version!!!</h3>
<h3 style="color:blue">Rolling version [1.1-k8s}</h3>
<img src="https://raw.githubusercontent.com/twogg-git/k8s-intro/master/kubernetes_katacoda.png" alt="Kubernetes & Katacoda" style="width:400px;height:200px;">
</center></body></html>
`))

0 comments on commit e69bf71

Please sign in to comment.