From 00bed3ac63cf69457606a4a7d908f0f9a9f6a0fb Mon Sep 17 00:00:00 2001 From: kpt <2817151932@qq.com> Date: Tue, 2 Jul 2024 18:33:10 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90register.html=E3=80=91=E5=9F=BA?= =?UTF-8?q?=E4=BA=8Ebase=5Flogin=E5=AE=8C=E6=88=90=E6=B3=A8=E5=86=8C?= =?UTF-8?q?=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/user/templates/register.html | 48 ++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/views/user/templates/register.html b/views/user/templates/register.html index e69de29..54e4446 100644 --- a/views/user/templates/register.html +++ b/views/user/templates/register.html @@ -0,0 +1,48 @@ +{% extends 'base_login.html' %} + +{% block title %} +注册 +{% endblock %} + +{% block content %} +
+ +

注册

+

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

+
+

输填写好注册信息方可完成注册

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

已有账号? 登录

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