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/show_remarks.html

11 lines
197 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>显示备注</title>
</head>
<body>
<h1>显示备注</h1>
<p>备注类型: {{ category }}</p>
<p>备注内容: {{ remarks }}</p>
</body>
</html>