Skip to content

Commit 62c7c8a

Browse files
author
Dipu Singh
committed
adding zahid name and location
1 parent 4c496a4 commit 62c7c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/example/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ public static void main(String[] args) {
1414

1515
@GetMapping("/")
1616
public String home() {
17-
return "<html><body style='background-color: blue; display: flex; justify-content: center; align-items: center; height: 100vh;'><h1 style='color: white;'>It is working!</h1></body></html>";
17+
return "<html><body style='background-color: blue; display: flex; justify-content: center; align-items: center; height: 100vh;'><h1 style='color: white;'>Hi I am Zahid, DevOps Engineer living in UK</h1></body></html>";
1818
}
1919
}

0 commit comments

Comments
 (0)