From f572b9a98af8454bc57988d898fcb2aaeadb2a78 Mon Sep 17 00:00:00 2001 From: BATTLEHAWK Date: Sun, 25 Apr 2021 00:02:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=89=8D=E7=AB=AF=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +- webapp/login-1.html | 82 ++++++++++++++++++++++++++++++++++++++++++ webapp/register-1.html | 78 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 162 insertions(+), 1 deletion(-) create mode 100644 webapp/login-1.html create mode 100644 webapp/register-1.html diff --git a/.gitignore b/.gitignore index 7144fc1..a0293d9 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,5 @@ hs_err_pid* # 一些自定义文件 .DS_Store -**/.DS_Store \ No newline at end of file +*/.DS_Store + diff --git a/webapp/login-1.html b/webapp/login-1.html new file mode 100644 index 0000000..c45b268 --- /dev/null +++ b/webapp/login-1.html @@ -0,0 +1,82 @@ + + + + + + + + 登录界面 + + + + +
+
+

登 录

+
用户名: + +
+
+ 密   码: + +
+
+ +
+
+ + + +
+
+
还没有账号? 立即注册 +   + 忘记密码? +
+
+
+ + + \ No newline at end of file diff --git a/webapp/register-1.html b/webapp/register-1.html new file mode 100644 index 0000000..9098df2 --- /dev/null +++ b/webapp/register-1.html @@ -0,0 +1,78 @@ + + + + + + + + 注册界面 + + + + +
+
+

注 册

+ +
用户姓名: + +
+
+ 用户密码: + +
+
+ 确认密码: + +
+
+ 电子邮件: + +
+
+ +   + +
+
+ +   + +
+
+
+ + + \ No newline at end of file -- Gitee