edit Error Message Color

This commit is contained in:
LIM YI TING 2025-04-26 17:43:48 +08:00
parent 332abbcb8a
commit 267cd9e588

View file

@ -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>