]> git.cworth.org Git - turbot-web/commit
Add code to auto-refresh each HTML page main
authorAvram Gottschlich <avram.gottschlich@gmail.com>
Thu, 12 Jan 2023 05:58:23 +0000 (21:58 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 12 Jan 2023 05:58:23 +0000 (21:58 -0800)
commit180cb05cf0402fac87a2eeb2a993b6f73374aec6
tree2bc905a5195fed716e9e5d706de3b8a5337d4b38
parent99dee2f570cb7f91f410ff64895f877db0bb5fe5
Add code to auto-refresh each HTML page

This is a simple http-equiv attribute on a meta tag telling the browser
to reload the page every 15 seconds. That should at least get the job
done.

Also add a link to the turbot documentation to the generated pages.
html_generator.py