Added base buttons for file handling
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user