feat: add toolbar + notifications

This commit is contained in:
2025-04-30 15:34:21 +02:00
parent 2afecd1c04
commit bc5371de71
8 changed files with 285 additions and 35 deletions

View File

@ -8,7 +8,14 @@
<script src="/static/js/index.js"></script>
</head>
<body>
<h1>Metadata Editor</h1>
<select name="file-sel" id="file-sel" oninput="selectFile(event)"></select>
<header>
<h1>Metadata Editor</h1>
</header>
<main>
<div>
<label for="file-sel">Choose a file</label>
<select name="file-sel" id="file-sel" oninput="selectFile(event)"></select>
</div>
</main>
</body>
</html>