Update web/index.html
Browse files- web/index.html +10 -6
web/index.html
CHANGED
|
@@ -63,12 +63,16 @@
|
|
| 63 |
|
| 64 |
|
| 65 |
|
| 66 |
-
<li class="nav-item
|
| 67 |
-
<
|
| 68 |
-
<
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
</a>
|
| 73 |
</li>
|
| 74 |
</ul>
|
|
|
|
| 63 |
|
| 64 |
|
| 65 |
|
| 66 |
+
<li class="nav-item">
|
| 67 |
+
<a href="#" onclick="confirmLogout()" class="nav-link text-muted" title="Cerrar sesión" style="display: flex; align-items: center; gap: 6px;">
|
| 68 |
+
<span class="avatar avatar-sm mt-2">
|
| 69 |
+
<img src="./assets/images/persona.png" alt="..." class="avatar-img rounded-circle">
|
| 70 |
+
</span>
|
| 71 |
+
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" title="Cerrar sesión">
|
| 72 |
+
<path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"/>
|
| 73 |
+
<polyline points="16 17 21 12 16 7"/>
|
| 74 |
+
<line x1="21" y1="12" x2="9" y2="12"/>
|
| 75 |
+
</svg>
|
| 76 |
</a>
|
| 77 |
</li>
|
| 78 |
</ul>
|