This repository has been archived on 2026-05-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
osu-optimizer-php/templates/settings.html
T
2021-06-17 22:03:21 +02:00

11 lines
520 B
HTML

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