Created
August 19, 2022 14:40
-
-
Save dbauszus-glx/0e6501de21715ed0ada5b60081171a42 to your computer and use it in GitHub Desktop.
Basic usa of the script tag.
This file contains 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> | |
alert("Hello World!"); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment