Supprimer 'PHP/Vue/CompteUtilisateur-DESKTOP-KPQPPP9.html'

php
Alexis LAURENT 2 years ago
parent c4d8eee80f
commit eb52d6aca9

@ -1,58 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
,<link rel="stylesheet" href="assets/css/cmptUser.css" />
<link rel="apple-touch-icon" href="assets/img/apple-icon.png">
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.ico">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/templatemo.css">
<link rel="stylesheet" href="assets/css/custom.css">
<!-- Load fonts style after rendering the layout styles -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;700;900&display=swap">
<link rel="stylesheet" href="assets/css/fontawesome.min.css">
<!-- Load map styles -->
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css" integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A==" crossorigin="" />
</head>
<body>
{% include './header.html.twig' %}
<!-- Header -->
<!-- Close Header -->
<div class="container">
<h1>Mon Compte</h1>
{% if utilisateur is not empty %}
<div class="section">
<div class="section-header">Profil Utilisateur</div>
<div class="section-content">
<div class="col">
<label>Prénom:</label>
<div class="box">
<span>{{ utilisateur.prenom }}</span>
</div>
<label>Nom:</label>
<div class="box">
<span>{{ utilisateur.nom }}</span>
</div>
<label>Email:</label>
<div class="box">
<span>{{ utilisateur.mail }}</span>
</div>
</div>
<div class="col">
<label>Pseudo:</label>
<div class="box">
<span>{{ utilisateur.pseudo }}</span>
</div>
</div>
</div>
</div>
{% endif %}
</div>
</body>
</html>
Loading…
Cancel
Save