diff options
| author | Fuwn <[email protected]> | 2023-07-25 01:41:42 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-07-25 01:41:42 -0700 |
| commit | ac4b0390b32ca4239ba9b69e2f2e134e83c4f8bc (patch) | |
| tree | e75717eabbbfa2d74e1ddecc2be2d25300e182b9 /src | |
| parent | fix(html): lower parallel jobs (diff) | |
| download | old.due.moe-ac4b0390b32ca4239ba9b69e2f2e134e83c4f8bc.tar.xz old.due.moe-ac4b0390b32ca4239ba9b69e2f2e134e83c4f8bc.zip | |
feat(html): add load info
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> """ |