forked from OpenWF/SpaceNinjaServer
static/webui/index.html aktualisiert
This commit is contained in:
parent
2e6188109c
commit
156cc41a57
@ -1,5 +1,8 @@
|
|||||||
<!doctype html>
|
<!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>
|
<head>
|
||||||
<title>OpenWF WebUI</title>
|
<title>OpenWF WebUI</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user