Added base buttons for file handling

This commit is contained in:
2026-01-10 21:53:59 +01:00
parent 672bc7493c
commit 2a64b4995e

View File

@@ -6,6 +6,10 @@
<title>FIM Simulator</title>
</head>
<body>
<button onclick="selectFolder()">Select Folder</button>
<select name="menus" id="menulist">
<option value="nig">No menu loaded</option>
</select>
<button onclick="loadMenu()">Load Menu</button>
</body>
</html>