[WebHost] Add version notice to /generate and /uploads

This commit is contained in:
Chris Wilson
2022-01-30 20:06:03 -05:00
parent a95a18a8b5
commit 82637ff072
4 changed files with 13 additions and 4 deletions

View File

@@ -18,9 +18,12 @@
generated a game on your own computer, you may upload the zip file created by the generator to
host the game here. This will also provide a tracker, and the ability for your players to download
their patch files.
<br /><br />
In addition to the zip file created by the generator, you may upload a multidata file here as well.
</p>
<p>
Note: this website will only host games generated using the current release version of Archipelago,
currently v{{ version }}.
</p>
<p>In addition to the zip file created by the generator, you may upload a multidata file here as well.</p>
<div id="host-game-form-wrapper">
<form id="host-game-form" method="post" enctype="multipart/form-data">
<input id="file-input" type="file" name="file">