Move drawing of ports into main.js

This reduces the number of .js which are pulled by the browser
when loading a http page, which should reduce the loading time.
Also prepare for device-dependent logical to physical port
mappings.
This commit is contained in:
logicog
2025-12-16 20:08:47 +01:00
parent 81fdb14213
commit 87717a0790
8 changed files with 24 additions and 30 deletions
-1
View File
@@ -1,6 +1,5 @@
<!DOCTYPE html>
<html>
<script src="/ports.js"></script>
<script src="/main.js"></script>
<link rel="stylesheet" href="style.css">
<title>EEE Configuration</title>