Skip to content

Commit

Permalink
chore/rewrite h1 tag's content
Browse files Browse the repository at this point in the history
  • Loading branch information
han16935 committed Aug 27, 2024
1 parent d9d262a commit 87fe9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/error/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Error</title>
</head>
<body>
<h1>UnExpected Error!!!</h1>
<h1>500 - UnExpected Error!!!</h1>
<p th:text="${errorMessage}"></p>
</body>
</html>

0 comments on commit 87fe9ac

Please sign in to comment.