Spaces:
Runtime error
Runtime error
File size: 320 Bytes
9f01e7b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<!DOCTYPE html>
<html>
<head>
<title>Ask Questions</title>
</head>
<body>
<h1>Ask Questions</h1>
<form action="/ask" method="post">
<label for="question">Your Question:</label>
<input type="text" name="question" required>
<input type="submit" value="Ask">
</form>
</body>
</html>
|