1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-11-28 04:13:16 +00:00

Add /js/custom.js to index.htm

This commit is contained in:
Mike Burton
2025-11-20 07:16:53 -08:00
parent 47c4430a86
commit e54a2ff8e6
3 changed files with 7 additions and 6 deletions

View File

@@ -16,6 +16,7 @@
<script src="/js/graph.js"></script>
<script src="/js/controls.js"></script>
<script src="/js/tabbedcontent.js"></script>
<script src="/js/custom.js"></script>
</head>
<body onload="javascript:start();">