fix denglish in 404

This commit is contained in:
MaZderMind 2014-11-29 19:45:42 +01:00
parent 6fea306ab9
commit aaffba38c1
3 changed files with 3 additions and 4 deletions

View file

@ -5760,7 +5760,7 @@ a.inverted {
.e404 {
text-align: center; }
.e404 h2 {
.e404 h1 {
margin: 20px 0 40px 0; }
.e404 img {
max-width: 100%; }

View file

@ -662,7 +662,7 @@ a.inverted {
.e404 {
text-align: center;
h2 {
h1 {
margin: 20px 0 40px 0;
}
img { max-width: 100%; }

View file

@ -1,6 +1,5 @@
<div class="container-fluid e404">
<h1>Today no <i>Sendung mit der Winkekatze</i> here.</h1>
<h2>404 Not Found</h2>
<h1>404 Winkekatze Not Found</h1>
<img src="assets/img/missing-cat.png" alt="Die Sendung mit der Winkekatze" />
</div>