fix error pages

This commit is contained in:
Jannik 2020-02-03 17:17:55 +01:00
parent 2fc0b54716
commit f102246b85
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
</head> </head>
<body> <body>
<nav th:replace="fragments/header :: header">Header</nav> <nav th:replace="fragments/header :: header">Header</nav>
<main class='hero'> <main>
<div class='content-width'> <div class='content-width'>
<h1>Error 404</h1> <h1>Error 404</h1>
<div> <div>

View File

@ -7,7 +7,7 @@
</head> </head>
<body> <body>
<nav th:replace="fragments/header :: header">Header</nav> <nav th:replace="fragments/header :: header">Header</nav>
<main class='hero'> <main>
<div class='content-width'> <div class='content-width'>
<h1>Error 500</h1> <h1>Error 500</h1>
<div> <div>