Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
smellysox1 authored Jul 10, 2024
1 parent 9d5fa3e commit 455acdd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion create/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ <h1>Create</h1>
class="link-offset-1 link-light link-underline-opacity-50 link-underline-opacity-100-hover">Matchup</a>. The
file can be shared with anyone you like and they will also be able to upload it.
</p>
<form method="post" enctype=".csv">
<label for="file">Upload a csv</label>
<input id="file" name="file" type="file" />
<button>Upload</button>
</form>

<div class="list-group">
<div class="list-group-item" style="background-color: rgb(224, 224, 224);">
Expand Down Expand Up @@ -267,4 +272,4 @@ <h5>Useful links</h5>

</body>

</html>
</html>

0 comments on commit 455acdd

Please sign in to comment.