changed welcome to welcome to our pet shop

This commit is contained in:
Logen 2024-09-03 15:21:45 +08:00
parent 91328af12d
commit f4095d221c
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ class WelcomeController {
@GetMapping("/") @GetMapping("/")
public String welcome() { public String welcome() {
return "welcome"; return "welcome to our shop";
} }
} }

View file

@ -1,5 +1,5 @@
.navbar { .navbar {
border-top: 4px solid #6db33f; border-top: 4px solid #3e4837;
background-color: #34302d; background-color: #34302d;
margin-bottom: 0px; margin-bottom: 0px;
border-bottom: 0; border-bottom: 0;