This repository has been archived on 2024-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
mathdeptv2/工具v4/templates/index.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>