Skip to content

Commit 43206e7

Browse files
committed
adding an alert = "Indisponible when clicking on the profile button
1 parent 9731c18 commit 43206e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1 class="title">TaskManager</h1>
1414
<div class="navbar">
1515
<button class="left">Acceuil</button>
1616
<button class="left">Tasks</button>
17-
<a id="profile"><img src="profile.png" alt="Profile"></a>
17+
<a id="profile" onclick="alert('Indisponible pour le moment')"><img src="profile.png" alt="Profile"></a>
1818
</div>
1919
<div id="login">
2020
<input type="text" id="name" placeholder="name">

0 commit comments

Comments
 (0)