Update content of welcome page

This commit is contained in:
7hch1a 2023-09-05 17:58:22 +08:00
parent 4926e29270
commit 5b38105a35
2 changed files with 3 additions and 0 deletions

View file

@ -23,3 +23,5 @@ logging.level.org.springframework=INFO
# Maximum time static resources should be cached # Maximum time static resources should be cached
spring.web.resources.cache.cachecontrol.max-age=12h spring.web.resources.cache.cachecontrol.max-age=12h
server.port=8081

View file

@ -8,6 +8,7 @@
<div class="row"> <div class="row">
<div class="col-md-12"> <div class="col-md-12">
<img class="img-responsive" src="../static/resources/images/pets.png" th:src="@{/resources/images/pets.png}"/> <img class="img-responsive" src="../static/resources/images/pets.png" th:src="@{/resources/images/pets.png}"/>
<p>Welcome to Pet Clinic</p>
</div> </div>
</div> </div>