Bewaesserungsanlage/Webserver/Templates/footer.html

15 lines
257 B
HTML
Raw Permalink Normal View History

2022-08-27 00:29:46 +02:00
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
</head>
<body>
</body>
</html>
<script>
2022-08-27 00:43:15 +02:00
refreshContent();
2022-08-27 00:29:46 +02:00
setInterval(refreshContent, {{ (zoneManager.systemSettings.cronJobFrequency + 5) * 1000 }})
</script>