From e5de1eeec4e8519dc5462d129472830b0cd8667e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=B1=E4=B9=90=E6=B6=9B?= <1215891603@qq.com> Date: Sun, 2 Jun 2024 20:34:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- login.html | 51 ++++++++++++++++++++++++++++++++++++ reset.html | 58 +++++++++++++++++++++++++++++++++++++++++ signup.html | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 183 insertions(+) create mode 100644 login.html create mode 100644 reset.html create mode 100644 signup.html diff --git a/login.html b/login.html new file mode 100644 index 0000000..b001cb0 --- /dev/null +++ b/login.html @@ -0,0 +1,51 @@ +{% block body %} +{% if session['logged_in'] %} + +你已登录 {{ session['username'] }}。 登出点击这里。 + +{% else %} + + + + +
{{ get_flashed_messages()[0] | safe }}
+ + +