fix: Reload cached index.html when JavaScript is disabled
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
{% if False %}
|
||||
<noscript>
|
||||
<meta http-equiv="refresh" content="0;url=?noscript=1">
|
||||
</noscript>
|
||||
{% endif %}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
|
||||
<meta
|
||||
name="description"
|
||||
|
||||
Reference in New Issue
Block a user