user information

This commit is contained in:
2025-10-05 15:55:19 +03:00
parent b3aaf04024
commit 701bf5f603
3 changed files with 58 additions and 9 deletions

View File

@@ -12,12 +12,16 @@
<form id="logoutForm">
<button type="submit">Logout</button>
</form>
<h2>data</h2>
<form action="#" method="POST">
<p>Data</p>
<h2 id ="Account_Email">data</h2>
<form>
<p id = "Account_Description">Data</p>
<p id = "Account_Activated">Data</p>
<p id = "Account_Created">Data</p>
</form>
</div>
</div>
<script src="js.js"></script>
<script type="module" src="profile.js"></script>
</body>
</html>