importing external JavaScript file into an HTML file - hogehoge666/syno_moments_slider GitHub Wiki

  • write this right above the </body> tag
  • the position of the script tag allows the script to be loaded after all the components inside the body are loaded
<script src="xxx.js"></script>
⚠️ **GitHub.com Fallback** ⚠️