Skip to content

Commit

Permalink
Update dashboard.php
Browse files Browse the repository at this point in the history
  • Loading branch information
DLarisa committed May 12, 2020
1 parent e659c44 commit 78e415e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Site MERGE - V01/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,16 @@
<button class="button" name="subject" type="submit" value="search">Cele mai Populare Hit-uri</button>
</form>
<br>

<form action="myPlaylist.php" method="post">
<button class="button" name="subject" type="submit" value="search">Playlist-urile Mele</button>
</form>
<br>

<form action="myFriends.php" method="post">
<button class="button" name="subject" type="submit" value="search">Prietenii Mei</button>
</form>
<br>

<a href="logout.php">Logout</a>

Expand All @@ -87,4 +97,4 @@
<footer>
</footer>

</html>
</html>

0 comments on commit 78e415e

Please sign in to comment.