Actualizar servicios.html
This commit is contained in:
@@ -501,6 +501,11 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="toastAppt" class="fixed bottom-8 right-8 bg-emerald-600 text-white px-6 py-4 rounded-2xl shadow-2xl hidden z-[200] font-bold text-sm flex items-center gap-3 transition-all duration-300">
|
||||
<span id="toastIconContainer"><i data-lucide="check-circle" class="w-5 h-5"></i></span>
|
||||
<span id="toastMsg">Guardado correctamente</span>
|
||||
</div>
|
||||
|
||||
<script src="js/layout.js"></script>
|
||||
<script>
|
||||
// API_URL ya se carga mágicamente desde js/layout.js, así que no la repetimos
|
||||
|
||||
Reference in New Issue
Block a user