Skip to content

Commit

Permalink
add sample line
Browse files Browse the repository at this point in the history
  • Loading branch information
dsohk committed Jul 24, 2021
1 parent 6166a7d commit 1579a4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/templates/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<h2 th:text="#{welcome}">Hello</h2>
<div class="row">
<div class="col-md-12">
<h3>Release Version: <span th:text="${appVersion}"></span></h3>
<h3>What can I help today?</h3>
<h4>Release Version: <span th:text="${appVersion}"></span></h4>
<img class="img-responsive" src="../static/resources/images/pets.png" th:src="@{/resources/images/pets.png}"/>
</div>
</div>
Expand Down

0 comments on commit 1579a4c

Please sign in to comment.