Use kitten

This commit is contained in:
José Armesto 2017-04-01 19:59:57 +02:00
parent 0c86a0caa0
commit c0d31cee65
No known key found for this signature in database
GPG key ID: C10B9C02529D58DB

View file

@ -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/pets.png}"/>
<img class="img-responsive" src="../static/resources/images/kitten.jpg" th:src="@{/resources/images/kitten.jpg}"/>
</div>
</div>