added header image to infoscreen

This commit is contained in:
peter
2017-05-31 23:58:38 +02:00
parent 17a43097e7
commit f1fbd3bef3

View File

@@ -81,14 +81,15 @@
var day = weekdays[n]; var day = weekdays[n];
if (now > day[1] && now < day[2]) { 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("<div id='footer' style='background: green; height:100px; width:1280px; bottom:1px; position:absolute'>");
document.write("OPEN");
} }
else { else {
document.write("<div id='footer' style='background: red; height:100px; width:1280px; bottom:1px; position:absolute'>"); document.write("<div id='footer' style='background: red; height:100px; width:1280px; bottom:1px; position:absolute'>");
document.write("CLOSED");
} }
</script> </script>
<div id='footer_text' style='text-align: center; height:900px; width:1280px'> <div id='footer_text' style='text-align: center; height:900px; width:1280px'>
<h1>Servicezeiten:9-15 blabla, service@fet blabla, content von lacki ;) <br> <h1>Servicezeiten:9-15 blabla, service@fet blabla, content von lacki ;) Freitag 9-12</h1>
Freitag 9-12</h1>
</div> </div>