mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:05:49 +00:00
Using former image
This commit is contained in:
parent
352942647a
commit
24b6f672aa
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<h2 th:text="#{welcome}">Welcome</h2>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<img class="img-responsive" src="../static/resources/images/kitten.jpg" th:src="@{/resources/images/kitten.jpg}"/>
|
||||
<img class="img-responsive" src="../static/resources/images/pets.png" th:src="@{/resources/images/pets.png}"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue