1234567891011121314151617181920212223 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8" />
- <title>404 Redirect</title>
- <script>
- sessionStorage.redirect = location.href;
- </script>
- <meta http-equiv="refresh" content="0;URL='/tauri'"></meta>
- </head>
- <body>
-
-
-
- </body>
- </html>
|