Skip to content

Instantly share code, notes, and snippets.

@gs-akhan
Created December 1, 2020 13:33
Show Gist options
  • Save gs-akhan/d156e7a733c2b3a34c863386553bbdfb to your computer and use it in GitHub Desktop.
Save gs-akhan/d156e7a733c2b3a34c863386553bbdfb to your computer and use it in GitHub Desktop.
Local
let tags = `
<script src = "https://localhost:4200/runtime.js" />
<script src = "https://localhost:4200/polyfills.js" />
<script src = "https://localhost:4200/styles.js" />
<script src = "https://localhost:4200/vendor.js" />
<script src = "https://localhost:4200/main.js" />
`;
document.body.insertAdjacentHTML( 'beforeend', tags);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment