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

@ -25,3 +25,4 @@ logging.level.org.springframework=INFO
spring.web.resources.cache.cachecontrol.max-age=12h
server.port=8081

View file

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