Skip to content

Commit

Permalink
test again
Browse files Browse the repository at this point in the history
  • Loading branch information
dsohk authored Aug 2, 2021
1 parent da1c196 commit a637db5
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 friends! Here we go!</h1>
<h1>Hi there! Here we go!</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 a637db5

Please sign in to comment.