woletee
I hope this would be the last
0ecdc68
raw
history blame
361 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Upload ARC Task</title>
</head>
<body>
<h1>Upload ARC Task File</h1>
<form action="/upload" method="post" enctype="multipart/form-data">
<input type="file" name="file" accept=".json" required>
<button type="submit">Upload</button>
</form>
</body>
</html>