Skip to content

Commit

Permalink
chore: more file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphoseer committed Jan 19, 2025
1 parent 25fd565 commit 97b5a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sdo-web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h5 class="offcanvas-title" id="offcanvasLabel">Menu</h5>
<main class="container mt-4 vstack gap-3">
<div class="row g-3 justify-content-center">
<div class="col-sm-8">
<input id="upload" class="form-control" type="file" accept=".sdo, .p24, .e24, .p09" multiple>
<input id="upload" class="form-control" type="file" accept=".sdo, .p24, .e24, .p09, .p9, .l30" multiple>
</div>
<div class="col-sm-2">
<button id="add-to-collection" type="submit" class="form-control btn btn-primary">
Expand Down

0 comments on commit 97b5a12

Please sign in to comment.