17 lines
447 B
HTML
17 lines
447 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
|
|
<title>yellowjacket</title>
|
|
</head>
|
|
<body>
|
|
<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>
|