Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions Core/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<head>
<title> Black-Tool </title>
<meta charset="utf-8">
<link rel="icon" href="../scr/Black-Tool-Logo.jpeg">
<link rel="icon" href="../Scr/Black_Tool_Logo.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<atricle>
<article>
<p title="Black-Tool" id="color1"> Black-Tool </p><br>
<ul>
<dr>
<dl>
<dt>
<li>
<a href="https://github.com/mrprogrammer2938">
Expand All @@ -37,22 +37,22 @@
<article>
<br>
<a href="">
<img src="../Scr/Black-Tool-Logo.jpeg" alt="Black-Tool Scr" width="350">
<img src="../Scr/Black_Tool_Logo.png" alt="Black-Tool Scr" width="350">
</a><br><br>
<form>
<fieldset>
<p style="color4">
<a href="https://github.com/mrprogrammer2938" target="_blank">
Mr.nope</a></p><br>
<a href="https://instagram.com/mr.programmer2938" target="_blank">
<img src="instagram.png" width="60" alt="instagram logo">
</a>
<a href="https://github.com/mrprogrammer2938" target="_blank">
<img src="Github-Logo.png" width="60" alt="github logo">
</a>
<a href="https://www.pinterest.com/mrprogrammer2938" target="_blank">
<img src="Pinterest-Logo.png" alt="Pinterest" width="60">
</a><br>
<img src="instagram.png" width="60" alt="instagram logo">
</a>
<a href="https://github.com/mrprogrammer2938" target="_blank">
<img src="Github-Logo.png" width="60" alt="github logo">
</a>
<a href="https://www.pinterest.com/mrprogrammer2938" target="_blank">
<img src="Pinterest-Logo.png" alt="Pinterest" width="60">
</a>
</fieldset>
</fieldset>
</form><br>
Expand Down
1 change: 1 addition & 0 deletions Untitled-1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git push origin main:master --force
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

#!/bin/env bash
# Black-Tool v5.5.5 (New)
# Black-Tool Installing File
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ tk-tools
tkinterweb
ttkbootstrap
PIL
Pillow
PyQt5
pyqt5-tools
31 changes: 31 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}