diff --git a/app/templates/login.html b/app/templates/login.html index 1fb20aa..aaee64a 100644 --- a/app/templates/login.html +++ b/app/templates/login.html @@ -496,5 +496,19 @@ document.addEventListener('keydown', function(e) { if (e.key === 'Escape' && overlay.style.display !== 'none') closeContact(); }); })(); + + + + +