Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Account</title>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/modules/accountPage.css">
</head>
<body>
<div class="wrapper">
<!-- Module: topBarModule -->
<div id="topbar" class="topbar">
<a href="./index.html" class="topbar-left">
<h3>E-Learning</h2>
</a>
<div class="topbar-right">
<div class="topbar-right-item" id="topbar-MyLists" style="display: none;">
<p>My Lists</p>
</div>
<div class="topbar-right-item" id="topbar-Logout" style="display: none;">
<p>Logout</p>
</div>
<div class="topbar-right-item" id="topbar-Login">
<p>Login</p>
</div>
<div class="topbar-right-item" id="topbar-Register" style="display: none;">
<p>Register</p>
</div>
<div class="topbar-right-item" id="topbar-Profile" style="display: none;">
<p>Profile</p>
</div>
</div>
</div>
<div class="content-wrapper">
<!-- Module: accountLeftBarModule -->
<div id="accountLeftBarWrapper">
<a href="./accountPage.html" id="accountInfoBtn" class="accountLeftBarItem">
<p>Account Info</p>
</a>
<a href="./myLists.html" id="myListsBTN" class="accountLeftBarItem">
<p>My Lists</p>
</a>
</div>
<!-- Module: accountInfoModule -->
<div id="accountInfoWrapper">
<div class="accountInfo">
<div class="accountInfo-header"><h2>Account Information</h2></div>
<div class="accountInfo-content">
<div class="accountUserInfo"> <!-- User Info -->
<h3>User Info:</h3>
<div class="accountInfo-item">Username: <span id="userNameField"></span></div>
<div class="accountInfo-item">Email: <span id="userEmailField"></span></div>
</div>
<div class="accountUserInfo"> <!-- Stats -->
<h3>Stats:</h3>
<div class="accountInfo-item">Active Since: <span id="userActiveSinceField"></span></div>
<div class="accountInfo-item">Total PlayTime: <span id="userPlayTimeField"></span></div>
<div class="accountInfo-item">Total Plays: <span id="userPlaysField"></span></div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
<script src="js/accountPage.js"></script>
</html>