added url, apikey to lockscreen

This commit is contained in:
2025-05-03 15:12:58 +02:00
parent dbcdce5296
commit 2eb80e0da9
4 changed files with 9 additions and 3 deletions

View File

@@ -10,6 +10,9 @@
<div id="date"></div>
</div>
<script>
const apiKey = "<%= it.apikey %>";
</script>
<script src="/static/apiWrapper.js"></script>
<script src="/static/pageDriver.js"></script>
<script src="/static/js/lockscreenBgHandler.js"></script>