File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ func getServerIP() string {
17
17
18
18
func playHome (w http.ResponseWriter , r * http.Request ) {
19
19
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>
24
24
</center></body></html>`
25
25
fmt .Fprintf (w , html )
26
26
}
You can’t perform that action at this time.
0 commit comments