We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c496a4 commit 62c7c8aCopy full SHA for 62c7c8a
src/main/java/com/example/Main.java
@@ -14,6 +14,6 @@ public static void main(String[] args) {
14
15
@GetMapping("/")
16
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>";
+ 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>";
18
}
19
0 commit comments