Skip to content

Commit

Permalink
Updating to version 1.2
Browse files Browse the repository at this point in the history
Updating to version 1.2
  • Loading branch information
twogg-git authored Apr 3, 2018
1 parent 9da5d42 commit 4d1944f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions outyet.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(`
<!DOCTYPE html><html><body><center>
<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;">
<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.2-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 4d1944f

Please sign in to comment.