Skip to content

Commit b882d36

Browse files
authored
Update welcome.html
Signed-off-by: yanxintt <[email protected]>
1 parent ac00a26 commit b882d36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/templates/welcome.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<body>
66

7-
<h2 th:text="#{welcome}">Welcome</h2>
7+
<h2 th:text="#{welcome}">Welcomeeee</h2>
88
<div class="row">
99
<div class="col-md-12">
1010
<img class="img-responsive" src="../static/resources/images/pets.png" th:src="@{/resources/images/pets.png}" />
@@ -13,4 +13,4 @@ <h2 th:text="#{welcome}">Welcome</h2>
1313

1414
</body>
1515

16-
</html>
16+
</html>

0 commit comments

Comments
 (0)