Files
AIRegulation-DocAnalysis/Prototype/index.html

12 lines
272 B
HTML
Raw Normal View History

<!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>