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

8 lines
309 B
HTML

<div class="warn">
{{ WARN_CONTENT }}
<div id="options">
<p style="text-align:center;"><a href="{{ WARN_FORWARD_LINK }}" onclick="displayLoading()">[ Yes ]</a> &nbsp;&nbsp; <a href="{{ WARN_BACKWARD_LINK }}">[ No ]</a></p>
</div>
<div id="loader"></div>
</div>
<script>{{ MAIN_OPTIONS_SCRIPT }}</script>