10 lines
430 B
HTML
10 lines
430 B
HTML
<!DOCTYPE html>
|
|
<html xmlns:th="http://www.thymeleaf.org" layout:decorate="~{template}" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" xmlns:sec="http://www.thymeleaf.org/extras/spring-security">
|
|
<body>
|
|
<th:block layout:fragment="content">
|
|
<div class="borderdist">
|
|
<div class="alert alert-danger">Es ist ein Fehler aufgetreten. Wenden Sie sich bitte an Ihren Entwickler.</div>
|
|
</div>
|
|
</th:block>
|
|
</body>
|
|
</html> |