chore(/profile.html): remove unused file

This commit is contained in:
2026-03-11 13:37:44 +01:00
parent 8dda2ecd52
commit f7a7935797

View File

@@ -1,11 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>User Profile</title>
</head>
<body>
<h1>Welcome, {{ user.username }}!</h1>
<p>Email: {{ user.email }}</p>
<p>Full name: {{ user.get_full_name }}</p>
</body>
</html>