added directory picker button
This commit is contained in:
+5
-1
@@ -6,7 +6,11 @@
|
||||
<title>yellowjacket</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<div id="app" class="container">
|
||||
<button class="btn" onclick="dirPicker()">Choose Directory...</button>
|
||||
<label id="library-directory">No Library Directory Selected</label>
|
||||
</div>
|
||||
|
||||
<script src="./src/main.js" type="module"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user