14 lines
642 B
HTML
14 lines
642 B
HTML
<div class="warn">
|
|
<h2>SETTINGS</h2>
|
|
<form id="settings" method="POST" action="./?settings">
|
|
<label for="osu_folder">osu! folder: </label>
|
|
<input type="text" form="settings" id="osu_folder" name="osu_folder" placeholder="C:\Games\osu!" /><br />
|
|
<div class="buttons" style="text-align:right;">
|
|
{{ SETTINGS_BACK }}
|
|
<input type="submit" form="settings" value="Save" />
|
|
</div>
|
|
{{ SETTINGS_FIRSTRUN }}
|
|
<p class="note">(Use a fully qualified real path preferably without symlinks. Relative paths are supported in theory, but try to use absolute paths.)</p>
|
|
</form>
|
|
<form id="cancelform" method="GET" action="./"></form>
|
|
</div> |