Merge branch 'master' of git.mosad.xyz:localhorst/e-commerce

This commit is contained in:
CodeSteak 2020-02-03 20:53:51 +01:00
commit c4544f18e0
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>