Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit fe8e6b60 authored by 65160394's avatar 65160394
Browse files

Project Round 7

parent c7d2a203
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,12 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Profile - <%= user.name %></title>
<title>Profile - <%= users.name %></title>
<link rel="stylesheet" href="/css/profile.css">
</head>
<body>
<header>
<h1>Welcome, <%= user.name %>!</h1>
<h1>Welcome, <%= users.name %>!</h1>
<nav>
<a href="/">Home</a>
<a href="/logout">Logout</a>
......@@ -18,8 +18,8 @@
<section class="profile-container">
<h2>Your Profile</h2>
<div class="profile-card">
<p><strong>Name:</strong> <%= user.name %></p>
<p><strong>Email:</strong> <%= user.email %></p>
<p><strong>Name:</strong> <%= users.name %></p>
<p><strong>Email:</strong> <%= users.email %></p>
</div>
<a href="/edit-profile" class="btn-edit">Edit Profile</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment