chore(/profile.html): remove unused file
This commit is contained in:
11
profile.html
11
profile.html
@@ -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>
|
|
||||||
Reference in New Issue
Block a user