Skip to content

Commit

Permalink
Aktualisieren von index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphoseer authored Apr 26, 2024
1 parent c3cc87b commit 6b08a09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/sdo-web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ <h5 class="offcanvas-title" id="offcanvasLabel">Menu</h5>

<main class="container mt-5 vstack gap-3">
<div class="row g-3 justify-content-center">
<div class="col-10">
<div class="col-sm-10">
<input id="upload" class="form-control" type="file" accept=".sdo, .p24, .e24, .p09" multiple>
</div>
<div class="col-2">
<div class="col-sm-2">
<button id="add-to-collection" type="submit" class="form-control btn btn-primary">
Add to collection
</button>
Expand Down

0 comments on commit 6b08a09

Please sign in to comment.