07-12-2022, 01:51 PM
I need to insert this javascript code on <body> tag:
<script type="module">
import screenfull from './js1/fullscreen.js';
</script>
How/where can I do this?
<script type="module">
import screenfull from './js1/fullscreen.js';
</script>
How/where can I do this?