Main JS Example Install: install-deferred.html
This is a test page for the Main JS project, use this project to install Main.JS on a pre-exisiting website, if you are starting from scratch, see the Main HTML Project.
Next steps: open the console and type main
to ensure everything is loaded correctly...
See this page HTML and inspect the <head> to find the deferred script request:
<script src="/main/main.js" defer></script>
Main HTML