feat: add toolbar + notifications
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user