mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:25:50 +00:00
edit Error Message Color
This commit is contained in:
parent
332abbcb8a
commit
267cd9e588
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<body>
|
||||
<img src="../static/resources/images/pets.png" th:src="@{/resources/images/pets.png}"/>
|
||||
<h2>Something happened...</h2>
|
||||
<p th:text="${message}">Exception message</p>
|
||||
<p th:text="${message}" style="color:red; font-weight:bold;">Exception message</p>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in a new issue