Files
sqlalchemy-fastapi-pydentic…/server/front/main/index.html
2025-10-05 15:55:19 +03:00

27 lines
791 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Main</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="glass-container">
<div class="data-box">
<form id="logoutForm">
<button type="submit">Logout</button>
</form>
<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>