選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。
|
- <!DOCTYPE html>
- <html>
- <head>
- <title>Home</title>
- <script>
- window.location.href = "http://127.0.0.1:8000/api/"; // Replace "https://example.com" with your desired redirect URL
- </script>
- </head>
- <body>
- <h1>Redirecting...</h1>
- </body>
- </html>
|