Mehr!
This commit is contained in:
BIN
public/Bilder/deutsch.gif
Normal file
BIN
public/Bilder/deutsch.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 829 KiB |
BIN
public/Bilder/englisch.gif
Normal file
BIN
public/Bilder/englisch.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 MiB |
@@ -5,7 +5,18 @@
|
||||
top: 0;
|
||||
left: 0;
|
||||
background-color: darkred;
|
||||
}
|
||||
|
||||
.language {
|
||||
position: absolute;
|
||||
width: 10%;
|
||||
height: 20%;
|
||||
top: 0;
|
||||
right: 0;
|
||||
background-color: #f8b803;
|
||||
}
|
||||
.language img {
|
||||
height: 35%;
|
||||
}
|
||||
|
||||
#logo {
|
||||
|
||||
4
public/js/web.js
Normal file
4
public/js/web.js
Normal file
@@ -0,0 +1,4 @@
|
||||
function setLanguage(lang) {
|
||||
document.cookie = "lang=" + lang;
|
||||
location.reload();
|
||||
}
|
||||
Reference in New Issue
Block a user