Merge pull request #3 from rzliau/tedheng

Update content of welcome page
This commit is contained in:
7hch1a 2023-09-05 18:18:44 +08:00 committed by GitHub
commit dc3cca09c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -24,4 +24,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 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>