Advertisement
faizulclass

nav.php

Nov 8th, 2024 (edited)
8
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <div class="col-md-3">
  2. <div class="list-group">
  3. <a href="user_page.php" class="list-group-item list-group-item-action">
  4. Back
  5. </a>
  6. <a href="profile.php" class="list-group-item list-group-item-action">
  7. Profile
  8. </a>
  9. <a href="edit_profile.php" class="list-group-item list-group-item-action">
  10. Edit Profile
  11. </a>
  12. <!-- Add more menu items as needed -->
  13. <a href="logout.php" class="list-group-item list-group-item-action text-danger">
  14. Logout
  15. </a>
  16. </div>
  17. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement