| 1234567891011121314 |
- <!doctype html>
- <html lang="zh-CN">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>FmodeStudio Launcher</title>
- <script>
- window.location.replace('../#/launcher');
- </script>
- </head>
- <body>
- <a href="../#/launcher">打开 FmodeStudio Launcher 下载页</a>
- </body>
- </html>
|