mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2025-04-30 06:23:34 +00:00
Possibly fixed banner issues
This commit is contained in:
parent
78a99d2842
commit
3e2466dc72
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
.DS_Store
|
2
main.js
2
main.js
@ -165,7 +165,7 @@ document.getElementById("goButton").addEventListener("click", async () => {
|
||||
}
|
||||
payload = new Uint8Array(await readFileAsArrayBuffer(file));
|
||||
} else {
|
||||
logOutput("<p style='color:red'>You're trying to load a payload type that doesn't exist.</p>");
|
||||
logOutput("<span style='color:red'>You're trying to load a payload type that doesn't exist.</span>");
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -10,6 +10,7 @@ body {
|
||||
|
||||
#title {
|
||||
text-align: center;
|
||||
font-size: 1.5vw;
|
||||
padding-top: 10vw;
|
||||
padding-bottom: 10vw;
|
||||
background-size: cover;
|
||||
|
Loading…
x
Reference in New Issue
Block a user