Abmacode12's picture
<!doctype html>
63ee674 verified
raw
history blame contribute delete
796 Bytes
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Profil | Espace Codage</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<custom-navbar></custom-navbar>
<div class="app-container">
<main class="main-content">
<div class="content-header">
<div class="tag">Profil</div>
</div>
<div class="empty-state">
<h3>Page de profil</h3>
<p>Cette page affichera les informations et paramètres de votre compte.</p>
</div>
</main>
</div>
<custom-footer></custom-footer>
<script src="components/navbar.js"></script>
<script src="components/footer.js"></script>
<script src="script.js"></script>
</body>
</html>