Customising html #310
|
I am using a precompiled binary file of Gokapi. How can I modify the HTML and CSS in this case? |
Answered by
Chrispus-Buyungo
Sep 12, 2025
Replies: 2 comments 1 reply
|
Not the best solutions, but for the small customization, it will work. |
0 replies
|
You can’t directly edit HTML/CSS in a precompiled binary. Some binaries might also have separate assets folders you can tweak, but usually, source code is the way to go. |
1 reply
Answer selected by
QVBU
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can’t directly edit HTML/CSS in a precompiled binary.
To modify it, you need the source code — download/clone it from GitHub, change the HTML/CSS there, then rebuild the program.
Some binaries might also have separate assets folders you can tweak, but usually, source code is the way to go.