added header image to infoscreen
This commit is contained in:
@@ -81,14 +81,15 @@
|
||||
var day = weekdays[n];
|
||||
if (now > day[1] && now < day[2]) {
|
||||
document.write("<div id='footer' style='background: green; height:100px; width:1280px; bottom:1px; position:absolute'>");
|
||||
document.write("OPEN");
|
||||
}
|
||||
else {
|
||||
document.write("<div id='footer' style='background: red; height:100px; width:1280px; bottom:1px; position:absolute'>");
|
||||
document.write("CLOSED");
|
||||
}
|
||||
</script>
|
||||
<div id='footer_text' style='text-align: center; height:900px; width:1280px'>
|
||||
<h1>Servicezeiten:9-15 blabla, service@fet blabla, content von lacki ;) <br>
|
||||
Freitag 9-12</h1>
|
||||
<h1>Servicezeiten:9-15 blabla, service@fet blabla, content von lacki ;) Freitag 9-12</h1>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user