WebUI reorg (#18)

Reviewed-on: https://code.igox.org/iGoX/busylight/pulls/18
This commit is contained in:
iGoX 2024-12-30 13:11:02 +01:00
parent e7935257e9
commit 4a86e40fa2
3 changed files with 2 additions and 2 deletions

View file

@ -2,8 +2,8 @@
<html> <html>
<head> <head>
<title>BusyLight</title> <title>BusyLight</title>
<script src="static/busylight-api.js"></script> <script src="static/libs/busylight-api.js"></script>
<script src="static/jscolor.min.js"></script> <script src="static/libs/jscolor.min.js"></script>
</head> </head>
<body onload="initForm()"> <body onload="initForm()">