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