Add game website URL input to suggest form

This commit is contained in:
2026-01-28 20:30:11 +01:00
parent 1d263b1ca9
commit 4774507142

View File

@@ -36,6 +36,7 @@
<div class="stack horizontal"> <div class="stack horizontal">
<input name="screenshotUrl" maxlength="2048" placeholder="Screenshot URL" /> <input name="screenshotUrl" maxlength="2048" placeholder="Screenshot URL" />
<input name="youtubeUrl" maxlength="2048" placeholder="YouTube URL" /> <input name="youtubeUrl" maxlength="2048" placeholder="YouTube URL" />
<input name="gameUrl" maxlength="2048" placeholder="Game website URL" />
</div> </div>
<button type="submit">Submit</button> <button type="submit">Submit</button>
</form> </form>