diff --git a/Core/index.html b/Core/index.html index 4634c12..a20d92a 100644 --- a/Core/index.html +++ b/Core/index.html @@ -3,15 +3,15 @@ Black-Tool - +
- +

Black-Tool


    - +
  • @@ -37,7 +37,7 @@

    - Black-Tool Scr + Black-Tool Scr

    @@ -45,14 +45,14 @@ Mr.nope


    - instagram logo - - - github logo - - - Pinterest -
    + instagram logo + + + github logo + + + Pinterest +

    diff --git a/Untitled-1.txt b/Untitled-1.txt new file mode 100644 index 0000000..a74c5a9 --- /dev/null +++ b/Untitled-1.txt @@ -0,0 +1 @@ +git push origin main:master --force \ No newline at end of file diff --git a/install.sh b/install.sh index a85e98e..cd1e2c9 100644 --- a/install.sh +++ b/install.sh @@ -1,3 +1,4 @@ + #!/bin/env bash # Black-Tool v5.5.5 (New) # Black-Tool Installing File diff --git a/requirements.txt b/requirements.txt index 675374b..7a51629 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,6 @@ tk-tools tkinterweb ttkbootstrap PIL +Pillow PyQt5 pyqt5-tools diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..153abf8 --- /dev/null +++ b/vercel.json @@ -0,0 +1,31 @@ +{ + "version": 2, + "builds": [ + { + "src": "Core/index.html", + "use": "@vercel/static" + }, + { + "src": "Core/**/*", + "use": "@vercel/static" + }, + { + "src": "Scr/**/*", + "use": "@vercel/static" + } + ], + "routes": [ + { + "src": "/", + "dest": "/Core/index.html" + }, + { + "src": "/index.html", + "dest": "/Core/index.html" + }, + { + "src": "/(.*)", + "dest": "/$1" + } + ] +}