Merge branch 'pages'

This commit is contained in:
Wuzzy 2023-10-27 12:30:49 +02:00
commit 6ff490ceb2

View File

@ -148,10 +148,10 @@ A Voronoi diagram is supposed to be here but for some reason it cannot be displa
<p><b>WARNING</b>: Importing will replace all the biomes!</p> <p><b>WARNING</b>: Importing will replace all the biomes!</p>
<label for="inputImport">Put JSON text here:</label> <label for="inputImport">Put JSON text here:</label>
<br> <br>
<textarea id="inputImport" type="text" rows="12" cols="80"></textarea> <textarea id="inputImport" rows="12" cols="80"></textarea>
<br> <br>
<button id="inputImportSubmit" type="button">Import</button> <button id="inputImportSubmit" type="button">Import</button>
<div id="importResultOuter" hidden><br><div id="importResultMessage"></div> <div id="importResultOuter" hidden><br><div id="importResultMessage"></div></div>
</form> </form>
</div> </div>
</div> </div>