diff --git a/Flask/static/js/main.js b/Flask/static/js/main.js new file mode 100644 index 0000000..055d320 --- /dev/null +++ b/Flask/static/js/main.js @@ -0,0 +1,4 @@ +function addline(ligne){ + var lplus = parseInt(ligne) + 1; + document.getElementById("table").insertRow(lplus).insertCell(0).innerHTML = '' +} \ No newline at end of file diff --git a/Flask/templates/base.html b/Flask/templates/base.html index bca7bea..50cf062 100644 --- a/Flask/templates/base.html +++ b/Flask/templates/base.html @@ -7,7 +7,8 @@ MS Rewards - + +
diff --git a/Flask/templates/settings.html b/Flask/templates/settings.html index e5f397f..61d7044 100644 --- a/Flask/templates/settings.html +++ b/Flask/templates/settings.html @@ -63,28 +63,21 @@
  • logs viewer

  • - -

    Backup config files

    - - - - - + -
    download account config
    download discord config
    download flask config
    download proxy config
    download settings
    - -

    Upload your files

    - - +
  • +