m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/error.html
blob: 9b42db114de80bc0e9abd23927cceee1985f8a7e (plain)
1
2
3
4
5
6
7
8
9
10
<html lang="en">
<head><title>Error</title></head>
<body>
<h1>Error</h1>
<b>[<span th:text="${status}">status</span>]
    <span th:text="${error}">error</span>
</b>
<p th:text="${message}">message</p>
</body>
</html>