mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-02 19:33:23 -07:00
Implement button styles
This commit is contained in:
@@ -13,8 +13,10 @@
|
||||
<div id="host-game-wrapper">
|
||||
<div id="host-game" class="grass-island {% if rooms %}wider{% endif %}">
|
||||
<h1>Host Game</h1>
|
||||
<p>To host a game, you need to upload a .multidata file or a .zip file created by the
|
||||
multiworld generator.</p>
|
||||
<p>
|
||||
To host a game, you need to upload a .multidata file or a .zip file<br />
|
||||
created by the multiworld generator.
|
||||
</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">
|
||||
|
||||
Reference in New Issue
Block a user