We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af73a54 commit f898792Copy full SHA for f898792
src/templates/upload.html
@@ -16,12 +16,16 @@ <h2>Drop your files here:</h2>
16
placeholder="Description (max 1500 chars)"
17
name="description"
18
></textarea>
19
+ <br>
20
<label for="game">Game Zip</label>
21
<input type="file" name="game" accept=".zip" />
22
23
<label for="banner">Banner Image</label>
24
<input type="file" name="banner" accept="*" />
25
26
<label for="icon">Icon Image</label>
27
<input type="file" name="icon" accept="*" />
28
29
<input class="btn btn-red" id="apply" value="Upload" type="submit" />
30
</form>
31
</div>
0 commit comments