Captcha design

This commit is contained in:
olcxja 2026-04-29 00:16:00 +02:00
commit cf8116b218
2 changed files with 98 additions and 20 deletions

View file

@ -1,3 +1,6 @@
var url = `${window.location.protocol}//${window.location.hostname}`;
var params = new URLSearchParams(window.location.search);
const collapseDmsBtn = document.getElementById("collapse-dms");
const sidebarHome = document.getElementById("sidebar-home");