Added base buttons for file handling
This commit is contained in:
14
index.html
14
index.html
@@ -1,11 +1,15 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>FIM Simulator</title>
|
<title>FIM Simulator</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<button onclick="selectFolder()">Select Folder</button>
|
||||||
</body>
|
<select name="menus" id="menulist">
|
||||||
|
<option value="nig">No menu loaded</option>
|
||||||
|
</select>
|
||||||
|
<button onclick="loadMenu()">Load Menu</button>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user