12 lines
272 B
HTML
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>
|