Skip to content

Commit f898792

Browse files
committed
Fix Formatting Issue
1 parent af73a54 commit f898792

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/templates/upload.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,16 @@ <h2>Drop your files here:</h2>
1616
placeholder="Description (max 1500 chars)"
1717
name="description"
1818
></textarea>
19+
<br>
1920
<label for="game">Game Zip</label>
2021
<input type="file" name="game" accept=".zip" />
22+
<br>
2123
<label for="banner">Banner Image</label>
2224
<input type="file" name="banner" accept="*" />
25+
<br>
2326
<label for="icon">Icon Image</label>
2427
<input type="file" name="icon" accept="*" />
28+
<br>
2529
<input class="btn btn-red" id="apply" value="Upload" type="submit" />
2630
</form>
2731
</div>

0 commit comments

Comments
 (0)