Files
AIRegulation-DocAnalysis/Prototype/index.html
wangwei dcda7e0423 @
chore: delete old layout/common/tabs components before redesign
@
2026-06-03 16:58:35 +08:00

12 lines
272 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta http-equiv="refresh" content="0; url=dashboard-sidebar.html" />
<title>TSI Regulation Hub</title>
</head>
<body>
<script>location.replace("dashboard-sidebar.html");</script>
</body>
</html>