Commit 49a3d25a authored by Thathsarani R.P.H.S.R's avatar Thathsarani R.P.H.S.R

Create user_details.html

parent d4fa74ef
<!-- user_details.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../static/style.css">
<title>User Details</title>
</head>
<body>
<h1>User Details</h1>
<p>Username: {{ user.username }}</p>
<!-- Display other user details as needed -->
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment