diff --git a/index.html b/index.html new file mode 100644 index 0000000..23f7638 --- /dev/null +++ b/index.html @@ -0,0 +1,23 @@ + + + + + + + 随机点名系统 + + +
+

随机点名系统

+ {% if student %} +

被抽中的学生: {{ student.name }} (学号: {{ student.id }})

+

当前积分: {{ student.points }}

+ {% endif %} +
+ 抽点 + 抽问 + 积分排名 +
+
+ +