mirror of
https://gitlab.com/etc404/software-engineering-project.git
synced 2026-05-10 20:52:58 +00:00
logout & images
This commit is contained in:
+6
-1
@@ -21,7 +21,12 @@
|
||||
<li><a href="#">Explore</a></li>
|
||||
<li><a href="#">Profile</a></li>
|
||||
<li><a href="#">Saved</a></li>
|
||||
<li><a href="#"> <img src="images/logout_icon.png" alt="Log Out Icon" class="nav_icon"></a></li>
|
||||
<li>
|
||||
<form action="/logout" method="post">
|
||||
<button type="submit" class="nav_icon">
|
||||
<img src="images/logout_icon.png" alt="Log Out Icon">
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user