modified welcome message

This commit is contained in:
hatef palizgar 2020-07-11 13:21:59 +03:00
parent 02cc84223b
commit 2a808d33a1

View file

@ -4,7 +4,7 @@
<body>
<h2 th:text="#{welcome}">Welcome</h2>
<h2 th:text="#{welcome}">Welcome to My PetClinic App</h2>
<div class="row">
<div class="col-md-12">
<img class="img-responsive" src="../static/resources/images/pets.png" th:src="@{/resources/images/pets.png}"/>
@ -13,4 +13,4 @@
</body>
</html>
</html>