diff options
author | Simon Rettberg | 2019-02-04 15:47:41 +0100 |
---|---|---|
committer | Simon Rettberg | 2019-02-04 15:47:41 +0100 |
commit | dafa62e4e35c2d432fda97d7561e66f5522ccccd (patch) | |
tree | 40c42bd09dc22e63ab859025209df03293518729 /template.html | |
parent | Fix extremely stretched layout with only few items (diff) | |
download | bwlp-monitoring-dafa62e4e35c2d432fda97d7561e66f5522ccccd.tar.gz bwlp-monitoring-dafa62e4e35c2d432fda97d7561e66f5522ccccd.tar.xz bwlp-monitoring-dafa62e4e35c2d432fda97d7561e66f5522ccccd.zip |
Write update timestamp to html output
Diffstat (limited to 'template.html')
-rw-r--r-- | template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template.html b/template.html index 3638df5..b0c1d3c 100644 --- a/template.html +++ b/template.html @@ -35,7 +35,7 @@ </div> </div> </div> - + <div class="now-footer">%NOW%</div> </body> </html> |