Skip to content

Commit ae01f07

Browse files
committed
Commit to test auto-update on image
1 parent 027affb commit ae01f07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

k8s/k8s.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ func getServerIP() string {
1717

1818
func playHome(w http.ResponseWriter, r *http.Request) {
1919
html := `<!DOCTYPE html><html><body><center>
20-
<img src="https://raw.githubusercontent.com/twogg-git/k8s-workshop/master/src/1.1.2.png">
21-
<h1 style="color:orange">Playing with Kubernetes</h1>
22-
<h2 style="color:orange">Server IP ` + getServerIP() + `</h2>
23-
<h3 style="color:orange">Version twogghub/k8s-workshop:1.1-rolling</h3>
20+
<img src="https://raw.githubusercontent.com/twogg-git/k8s-workshop/master/src/1.1.png">
21+
<h1 style="color:green">Playing with Kubernetes</h1>
22+
<h2 style="color:blue">Server IP ` + getServerIP() + `</h2>
23+
<h3 style="color:blue">Version twogghub/k8s-workshop:1.1-rolling</h3>
2424
</center></body></html>`
2525
fmt.Fprintf(w, html)
2626
}

0 commit comments

Comments
 (0)