14 lines
346 B
HTML
14 lines
346 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>登记备注</title>
|
|
</head>
|
|
<body>
|
|
<h1>登记备注</h1>
|
|
<form action="/show_image" method="POST">
|
|
<label for="question_number">题号:</label>
|
|
<input type="text" id="question_number" name="question_number">
|
|
<input type="submit" value="提交">
|
|
</form>
|
|
</body>
|
|
</html> |