diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/due/html.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/due/html.py b/src/due/html.py index 25799a8..d746fef 100644 --- a/src/due/html.py +++ b/src/due/html.py @@ -159,6 +159,8 @@ def page(main_content, footer): <hr> <p>{footer}</p> + + <blockquote>Slow loads? If your media hasn't been cached in a while, the first load will take a couple seconds longer than the rest. Subsequent requests on cached media should be faster.</blockquote> </body> </html> """ |