mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
fix denglish in 404
This commit is contained in:
parent
6fea306ab9
commit
aaffba38c1
3 changed files with 3 additions and 4 deletions
|
@ -5760,7 +5760,7 @@ a.inverted {
|
|||
|
||||
.e404 {
|
||||
text-align: center; }
|
||||
.e404 h2 {
|
||||
.e404 h1 {
|
||||
margin: 20px 0 40px 0; }
|
||||
.e404 img {
|
||||
max-width: 100%; }
|
||||
|
|
|
@ -662,7 +662,7 @@ a.inverted {
|
|||
.e404 {
|
||||
text-align: center;
|
||||
|
||||
h2 {
|
||||
h1 {
|
||||
margin: 20px 0 40px 0;
|
||||
}
|
||||
img { max-width: 100%; }
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue