Skip to content

Commit

Permalink
Merge pull request #2 from SmaugDev/SnowTHA-patch-test
Browse files Browse the repository at this point in the history
Update account.ejs
  • Loading branch information
Smaug6739 committed Mar 5, 2021
2 parents d690767 + f4eb2a5 commit 3295a2f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions __frontend/pages/member/account.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
<link rel="stylesheet" href="/static/css/main.css">
<link rel="stylesheet" href="/static/css/footer.css">
<link rel="stylesheet" href="/static/css/member/account.css">
<title>API Members</title>
<title>Mon profil</title>
</head>
<body>
<%- include ('../include/nav.ejs'); -%>
<h1 class="mb-5 text-center">Espace membre</h1>
<h3 class="text-center">Mon profil</h3>
<div id="block">
<img class="center" src="/uploads/avatars/<%= userConnected.userAvatar %>">
<h2 class="center"><%= member.member_pseudo %></h2>
Expand All @@ -32,4 +33,4 @@
<%- include ('../include/bootstrap/bootstrap.js.ejs'); -%>

</body>
</html>
</html>

0 comments on commit 3295a2f

Please sign in to comment.