From 837fb830a4a65cf878260ebec83acc94ae1ae10b Mon Sep 17 00:00:00 2001 From: Quyk4tvoj <116157770@qq.com> Date: Fri, 28 May 2021 23:40:49 +0800 Subject: [PATCH] index.html --- templates/index.html | 219 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 219 insertions(+) create mode 100644 templates/index.html diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..890d298 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,219 @@ + + + + + + + + + + 在线习题测试系统 + + + + + +
+
+ + +
+

+

个人信息

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
属性信息
学号{{ student.id }}
姓名{{ student.name }}
性别{{ student.sex }}
学院{{ student.dept }}
专业{{ student.major }}
+
+ + + + +
+
+ + + + + + + + \ No newline at end of file