wirm/Web/public/profile.reza.html

44 lines
1 KiB
HTML
Raw Normal View History

2025-02-17 00:38:50 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Profile Page</title>
</head>
<body>
<!-- Navbar -->
<!-- Profile -->
<div id="profile">
<div>
<img
id="profilepic"
src="png/default-pfp.png"
alt="Profile Picture"
/>
<h2 id="username">Username</h2>
<p id="email">Email</p>
</div>
</div>
<!-- Reset password option -->
<!-- Statistics -->
<div id="statistics">
<h2> Most Recent Game Statistics </h2>
</div>
<!-- Choices Made -->
<div>
<h3>Choices Made</h3>
<ul id="choices-list">
<li>Day 1: Cleaned the bedroom, swept the floor, did not brush teeth, went to school</li>
<li>Day 2: Did not go to school</li>
<li>Day 3: Stayed in bedroom </li>
<li>Day 4: Chose to seek help, got good ending </li>
</ul>
</div>
</body>
</html>