Customising html #310
-
|
I am using a precompiled binary file of Gokapi. How can I modify the HTML and CSS in this case? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Not the best solutions, but for the small customization, it will work. |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
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.