Skip to content

Commit

Permalink
update greetings
Browse files Browse the repository at this point in the history
  • Loading branch information
dsohk authored Aug 2, 2021
1 parent a637db5 commit 27853fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<h2 th:text="#{welcome}">Hello</h2>
<div class="row">
<div class="col-md-12">
<h1>Hi there! Here we go!</h1>
<h1>Hi there!</h1>
<h2>Release Version: <span th:text="${appVersion}"></span></h2>
<img class="img-responsive" src="../static/resources/images/pets.png" th:src="@{/resources/images/pets.png}"/>
</div>
Expand Down

0 comments on commit 27853fc

Please sign in to comment.