Entering edit mode
2.5 years ago
kara
•
0
hello,I have a question about how to add other content to the HTML file generated by Krona. For example, adding a button to jump to another page. Thanks in advance, Kara
If you need to do this once or twice, it is probably easiest to directly modify the resulting HTML file and simply add a link to the next page. To do it programmatically, it is likely you will need to modify Krona code.
https://github.com/marbl/Krona
Thank you very much for your answer