static/webui/index.html aktualisiert

This commit is contained in:
Animan8000 2025-07-09 04:51:32 -07:00
parent 2e6188109c
commit 156cc41a57

View File

@ -1,5 +1,8 @@
<!doctype html>
<html lang="en" data-bs-theme="dark">
<html lang="en">
<script>
document.documentElement.setAttribute("data-bs-theme", localStorage.getItem("theme") || "dark");
</script>
<head>
<title>OpenWF WebUI</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />