index.html 367 B

1234567891011121314
  1. <!doctype html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title>FmodeStudio Launcher</title>
  7. <script>
  8. window.location.replace('../#/launcher');
  9. </script>
  10. </head>
  11. <body>
  12. <a href="../#/launcher">打开 FmodeStudio Launcher 下载页</a>
  13. </body>
  14. </html>