Files
smart_wasm/public/smart_test.html
2026-06-01 17:25:10 +08:00

12 lines
262 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>