From 1dfc7348d0fec65fcb771cecfcf07dfd0836d92e Mon Sep 17 00:00:00 2001 From: Quyk4tvoj <116157770@qq.com> Date: Mon, 31 May 2021 14:08:55 +0800 Subject: [PATCH] index.html --- templates/index.html | 220 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 220 insertions(+) create mode 100644 templates/index.html diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..d25fe52 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,220 @@ + + +
+ + + + + + +属性 | +信息 | + +
---|---|
学号 | +{{ student.id }} | + +
姓名 | +{{ student.name }} | + +
性别 | +{{ student.sex }} | + +
学院 | +{{ student.dept }} | + +
专业 | +{{ student.major }} | +