This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tsg-ui-demo/demo/start_with_pages.html
2019-10-30 18:02:09 +08:00

13 lines
178 B
HTML

<html>
<head>
<title></title>
</head>
<body>
<script language="javascript">
self.location.href = "start.html#g=1";
</script>
</body>
</html>