mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-06-16 16:44:46 +02:00
euh en gros :
- j'ai bougé plus de JS dans le fichier main.js - j'ai changé le css pour que les listes soient joli
This commit is contained in:
@ -52,10 +52,10 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
|
||||
<h2>TODO</h2>
|
||||
<ul>
|
||||
<li>TODO</li>
|
||||
<li>reorder config</li>
|
||||
<li>real override</li>
|
||||
<li>ban button</li>
|
||||
@ -63,8 +63,8 @@
|
||||
<li>logs viewer</li>
|
||||
</ul>
|
||||
<br>
|
||||
<h2>Backup config files</h2>
|
||||
<ul>
|
||||
<li><h2>Backup config files</h2></li>
|
||||
<li><a href="/download/configs.json">download account config</a></li>
|
||||
<li><a href="/download/discord.json">download discord config</a></li>
|
||||
<li><a href="/download/flask.json">download flask config</a></li>
|
||||
@ -76,8 +76,8 @@
|
||||
<h2>Upload your files</h2>
|
||||
<form method="POST" action="/upload_file/" enctype=multipart/form-data>
|
||||
<table id="table">
|
||||
<li><input type="file" id="file1" name="file1" onchange='addline(0)'></li>
|
||||
<li><input type="submit" name="settings" id="submit" value="send file" class="button"/></li>
|
||||
<tr><td><input type="file" id="file1" name="file1" onchange='addline(0)'></td></tr>
|
||||
<tr><td><input type="submit" name="settings" id="submit" value="send file" class="button"/></td></tr>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user