+ 3
How can I upload more than 1 file in the code editor. For instance chat.js and bot.js in the JS tab...
5 Answers
+ 3
@valentinhacker How can I add 2 html files or 2 css files. Tell me in general.!!!
+ 16
put scripts in html:
<script src=âŠâŠ></script> x2
+ 16
https://code.sololearn.com/W6edk0kjla6D/?ref=app
See the HTML section, there I import 2 scripts and 1 CSS.....
+ 16
create an iframe and write in it?
iframe.contentWindow.document.write()
+ 2
I am asking how can I write two html files in the code editor