Spaces:
Sleeping
Sleeping
File size: 428 Bytes
0157ea9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Submit Solution</title>
</head>
<body>
<h1>Submit Solution</h1>
<form action="/submit_solution/{{ issue_id }}" method="POST">
<textarea name="solution" placeholder="Provide your solution" required rows="4" cols="50"></textarea><br><br />
<input type="submit" value="Submit Solution">
</form>
</body>
</html>
|