Files
smart_wasm/public/smart_test.html
2026-06-16 09:39:36 +08:00

12 lines
274 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0; url=./index.html" />
<title>Redirecting</title>
</head>
<body>
<p>Redirecting to <a href="./index.html">index.html</a> ...</p>
</body>
</html>