From 5dc4f9035a14245699fa4534497abd8d4e1e1b42 Mon Sep 17 00:00:00 2001 From: Quyk4tvoj <116157770@qq.com> Date: Wed, 2 Jun 2021 18:41:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 222 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 222 insertions(+) create mode 100644 templates/index.html diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..71c9ac0 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,222 @@ + + +
+ + + + + + +属性 | +信息 | + +
---|---|
学号 | +{{ student.id }} | + +
姓名 | +{{ student.name }} | + +
性别 | +{{ student.sex }} | + +
学院 | +{{ student.dept }} | + +
专业 | +{{ student.major }} | +