From 71f266c2a3d9341244dbd1de3041c62874941d4b Mon Sep 17 00:00:00 2001 From: maxiaofang <2052523195@qq.com> Date: Fri, 14 Nov 2025 11:25:23 +0000 Subject: [PATCH] Add User Profile Page (#8) This PR adds the basic profile.html page for users. Fixes #3 Reviewed-on: http://47.114.99.254:3000/why/se-team-project/pulls/8 Reviewed-by: Yaoaijia Co-authored-by: maxiaofang <2052523195@qq.com> Co-committed-by: maxiaofang <2052523195@qq.com> --- profile.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 profile.html diff --git a/profile.html b/profile.html new file mode 100644 index 0000000..a978d0b --- /dev/null +++ b/profile.html @@ -0,0 +1,22 @@ + + + + + + User Profile + + + +
+

Welcome, test_user

+

Email: test@example.com

+

Joined: 2024-01-01

+ + +
+ + \ No newline at end of file