Using former image

This commit is contained in:
José Armesto 2017-04-02 16:25:22 +02:00
parent 352942647a
commit 24b6f672aa
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> <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/kitten.jpg}"/> <img class="img-responsive" src="../static/resources/images/pets.png" th:src="@{/resources/images/pets.png}"/>
</div> </div>
</div> </div>