soiz1 commited on
Commit
a4f93be
·
verified ·
1 Parent(s): 06675f9

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +4 -20
templates/index.html CHANGED
@@ -3,27 +3,11 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>新しいプロジェクトのアップロード</title>
7
  </head>
8
  <body>
9
- <h1>新しいプロジェクトをアップロード</h1>
10
- <form method="POST" enctype="multipart/form-data">
11
- <label for="thumbnail">サムネイル画像をアップロード:</label>
12
- <input type="file" name="thumbnail" accept="image/*" required><br><br>
13
-
14
- <label for="group">所属グループ (省略可能):</label>
15
- <input type="text" name="group"><br><br>
16
-
17
- <label for="name">プロジェクト名:</label>
18
- <input type="text" name="name" required><br><br>
19
-
20
- <label for="explanation">プロジェクトの説明:</label>
21
- <textarea name="explanation" rows="4" cols="50" required></textarea><br><br>
22
-
23
- <label for="file_data">テキストファイルをアップロード:</label>
24
- <input type="file" name="file_data" accept=".txt" required><br><br>
25
-
26
- <button type="submit">アップロード</button>
27
- </form>
28
  </body>
29
  </html>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>リダイレクト</title>
7
  </head>
8
  <body>
9
+ <script>
10
+ location.replace("https://scratch-school.ct.ws/index.php");
11
+ </script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  </body>
13
  </html>