File tree 5 files changed +41
-12
lines changed
5 files changed +41
-12
lines changed Original file line number Diff line number Diff line change 20
20
< div id ="navigation-bar ">
21
21
< ul >
22
22
< li >
23
- < a href ="home.html ">
23
+ < a href ="/ home.html ">
24
24
< i class ="fa-solid fa-house "> </ i >
25
25
< span > Home</ span >
26
26
</ a >
27
27
</ li >
28
28
< li >
29
- < a href ="games.html ">
29
+ < a href ="/ games.html ">
30
30
< i class ="fa-solid fa-chess-knight "> </ i >
31
31
< span > Spielen</ span >
32
32
</ a >
33
33
</ li >
34
34
< li >
35
- < a href ="infos.html ">
35
+ < a href ="/ infos.html ">
36
36
< i class ="fa-solid fa-circle-info "> </ i >
37
37
< span > Infos</ span >
38
38
</ a >
43
43
</ nav >
44
44
45
45
< main class ="header ">
46
- < h1 class ="page-title "> < strong > Home</ strong > </ h1 >
47
46
48
- < section class ="wrapper card-wrapper ">
49
- < h1 class ="header-title "> Wer wir sind</ h1 >
50
- < p class ="content-text content-hightlight "> Wir sind die Schülerinnen und Schüler des< br >
51
- P-Seminars Musik! Wir wollen mit euch einen besonderen Spieletag veranstalten, bei dem ihr alles rund um
52
- die Musik spielerisch entdecken und kennenlernen könnt.</ p >
47
+ < section class ="wrapper ">
48
+ < img src ="/assets/images/error/404-error.jpg " alt ="error " class ="error-image " draggable ="false "
49
+ style ="border-radius: 10px; ">
50
+ < h1 class ="header bold " style ="color: #e74c3c; ">
51
+ < i class ="fa-solid fa-triangle-exclamation " style ="color: #e74c3c; "> </ i > Ein Fehler ist aufgetreten!
52
+ </ h1 >
53
+ < p class ="content-text content-hightlight "> Leider können wir deine gewünschte Seite nicht finden. Wenn du
54
+ nicht weißt, wie oder warum du hierher gekommen bist, kommst du unten ganz einfach zurück zur
55
+ Startseite.< br > < br >
56
+ Fehlercode: 404
57
+ </ p >
58
+ < a href ="/games/quizz/ ">
59
+ < button type ="button " class ="game-button button-top ">
60
+ < i class ="fa-solid fa-play "> </ i > < span class ="button-with-adjust "> </ span > Zurück zur Startseite
61
+ </ button >
62
+ </ a >
53
63
</ section >
54
-
55
64
</ main >
56
65
57
66
< footer >
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ <h1 class="header-title">Zuordnen</h1>
119
119
</ p >
120
120
121
121
< a href ="/games/instruments/ "> < button type ="button " class ="game-button ">
122
- < i class ="fa-solid fa-play "> </ i > < span class ="button-with-adjust "> </ span >
122
+ < i class ="fa-solid fa-play "> </ i > < span class ="button-with-adjust "> </ span >
123
123
Jetzt Spielen</ button > </ a >
124
124
</ div >
125
125
</ div >
Original file line number Diff line number Diff line change 1
1
[[redirects ]]
2
2
from = " /*"
3
- to = " /errors /404.html"
3
+ to = " /error /404.html"
4
4
status = 404
Original file line number Diff line number Diff line change @@ -251,6 +251,26 @@ button {
251
251
margin-bottom : 15px ;
252
252
}
253
253
254
+ .error-image {
255
+ max-width : 330px ;
256
+ margin : 5px 0px 5px 0px ;
257
+ }
258
+
259
+ hr {
260
+ margin : 5px 0px 5px ;
261
+ border : 2px solid # 242424 ;
262
+ border-radius : 2px ;
263
+ }
264
+
265
+ .bold {
266
+ font-weight : 100 !important ;
267
+ margin-bottom : 5px ;
268
+ }
269
+
270
+ .button-top {
271
+ margin-top : 10px !important ;
272
+ }
273
+
254
274
/*****************************************/
255
275
/* FOOTER */
256
276
/*****************************************/
You can’t perform that action at this time.
0 commit comments