Created
May 23, 2021 19:27
-
-
Save frankyonnetti/e55391d14a7404cc23cd7a417137fc0b to your computer and use it in GitHub Desktop.
Script tag with date #javascript #html #cache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| document.write("<script type='text/javascript' src='/js/script.js?v=" + Date.now() + "'><\/script>"); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment