diff --git a/views/user/templates/login.html b/views/user/templates/login.html index e69de29..752cccf 100644 --- a/views/user/templates/login.html +++ b/views/user/templates/login.html @@ -0,0 +1 @@ +{% extends 'base_login.html' %} \ No newline at end of file diff --git a/views/user/templates/login_base.html b/views/user/templates/login_base.html index e69de29..2dc3123 100644 --- a/views/user/templates/login_base.html +++ b/views/user/templates/login_base.html @@ -0,0 +1,82 @@ + + + + + + {% block title %} + 登录 + {% endblock %} + + + + + + +
+
+
+
+ + +
+
+
+
+
+
+ {% block content %} +
+ +

登录

+

微博话题舆情分析可视化系统 - flask echarts SnowNLP

+
+

输入您的用户名和密码

+
+
+
+
+
+ + +
+
+
+
+
+ +
+ +
+
+
+ +
+

还没有账号? 注册

+
+
+
+ {% endblock %} +
+
+
+
+
+
+ + + + + + + + + + + + + + + + \ No newline at end of file