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/warn-repack.html
T
2021-06-17 22:03:22 +02:00

6 lines
448 B
HTML

<div class="warn">
<h2>WARNING!</h2>
<p>Repacking all beatmaps will take a LONG time. Are you sure you want to continue?</p>
<p style="text-align:center;"><a href="{{ WARN_FORWARD_LINK }}">[ Yes ]</a> &nbsp;&nbsp; <a href="./?">[ No ]</a></p>
<p class="note">(The repacking will start after clicking the "yes" button. If you are unsure whether you clicked it, check your session/osz/ folder; there should be some .osz files already.)</p>
</div>