feat: support noscript fallback (#602)

This commit is contained in:
sigoden
2025-08-02 09:50:00 +08:00
committed by GitHub
parent 459a4d4f4a
commit 089d30c5a5
5 changed files with 182 additions and 51 deletions

View File

@@ -4,6 +4,9 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<noscript>
<meta http-equiv="refresh" content="0; url=?noscript">
</noscript>
<link rel="icon" type="image/x-icon" href="__ASSETS_PREFIX__favicon.ico">
<link rel="stylesheet" href="__ASSETS_PREFIX__index.css">
</head>